stos: acpi: Add ACPI impl groundwork
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <hal/serial.h>
|
||||
#include <hal/kpcr.h>
|
||||
#include <drivers/bootvid/fbio.h>
|
||||
#include <drivers/acpi/acpi.h>
|
||||
#include <mm/pmm.h>
|
||||
#include <mm/vmm.h>
|
||||
#include <stdef.h>
|
||||
@@ -71,4 +72,7 @@ KiKernelEntry(VOID)
|
||||
|
||||
/* Initialize virtual memory */
|
||||
MmInitVmm();
|
||||
|
||||
/* Initialize ACPI */
|
||||
AcpiInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user