summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index f96128c..d0b792f 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -34,6 +34,7 @@
#include <sys/timer.h>
#include <firmware/acpi/acpi.h>
#include <vm/vm_physseg.h>
+#include <vm/vm.h>
#include <logo.h>
__MODULE_NAME("init_main");
@@ -85,6 +86,7 @@ main(void)
vm_physseg_init();
list_timers();
+ vm_init();
/* We're done here, halt the processor */
__ASMV("cli; hlt");