Refactor page table

This commit is contained in:
Yuke Peng
2023-07-04 08:11:48 -07:00
committed by Tate, Hongliang Tian
parent a5d719579d
commit c21c25a7d5
7 changed files with 443 additions and 257 deletions

View File

@ -20,6 +20,7 @@ pub(crate) fn before_all_init() {
pub(crate) fn after_all_init() {
irq::init();
mm::init();
device::serial::callback_init();
kernel::acpi::init();
match kernel::apic::init() {