summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 82cbbea..579f68c 100644
--- a/main.c
+++ b/main.c
@@ -27,12 +27,11 @@ _jove_main(void)
bsp_setup();
boot_populate_untyped();
- vmem_setup();
+ mapping_setup_init();
#ifdef ENABLE_INITRD
initrd_setup();
#endif
- init_load();
kprintf("Reached end of kernel main!\n");
hcf();
}