mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Enable IRQs before leaving the OSTD boot routine
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
20d5212910
commit
491e4325fa
@ -86,6 +86,8 @@ pub fn init() {
|
||||
|
||||
mm::kspace::activate_kernel_page_table();
|
||||
|
||||
arch::irq::enable_local();
|
||||
|
||||
invoke_ffi_init_funcs();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user