mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 03:53:26 +00:00
🆕 从multiboot2获取RSDT结构体
This commit is contained in:
@ -152,6 +152,7 @@ void system_initialize()
|
||||
// 初始化内存管理单元
|
||||
mm_init();
|
||||
|
||||
acpi_init();
|
||||
// 初始化中断模块
|
||||
irq_init();
|
||||
|
||||
@ -160,7 +161,6 @@ void system_initialize()
|
||||
|
||||
cpu_init();
|
||||
|
||||
acpi_init();
|
||||
// test_slab();
|
||||
// test_mm();
|
||||
|
||||
|
Reference in New Issue
Block a user