mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Clean up the frame buffer state in ostd::mm
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8b2ca77804
commit
9a79ecbcbe
@ -86,7 +86,7 @@ pub unsafe fn init() {
|
||||
|
||||
mm::page::allocator::init();
|
||||
mm::kspace::init_kernel_page_table(mm::init_page_meta());
|
||||
mm::misc_init();
|
||||
mm::dma::init();
|
||||
|
||||
// SAFETY: This function is called only once in the entire system.
|
||||
unsafe { trap::softirq::init() };
|
||||
|
Reference in New Issue
Block a user