diff options
-rw-r--r-- | sys/kern/init_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 71763b3..a8154f8 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -68,12 +68,12 @@ main(void) kprintf("Starting Hyra/%s v%s: %s\n", HYRA_ARCH, HYRA_VERSION, HYRA_BUILDDATE); - /* Start the ACPI subsystem */ - acpi_init(); - /* Init the virtual memory subsystem */ vm_init(); + /* Start the ACPI subsystem */ + acpi_init(); + /* Startup the BSP */ cpu_startup(&g_bsp_ci); |