Enable IRQs before leaving the OSTD boot routine

This commit is contained in:
Zhang Junyang
2024-08-12 13:01:01 +00:00
committed by Tate, Hongliang Tian
parent 20d5212910
commit 491e4325fa
7 changed files with 42 additions and 55 deletions

View File

@ -86,6 +86,8 @@ pub fn init() {
mm::kspace::activate_kernel_page_table();
arch::irq::enable_local();
invoke_ffi_init_funcs();
}