diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ #include "memory.h" #include "print.h" #include "init.h" +#include "boot.h" #include "device/portio_uart.h" #include "device/processor.h" #include "device/initrd.h" @@ -25,7 +26,7 @@ _jove_main(void) #endif bsp_setup(); - pmem_setup(); + boot_populate_untyped(); vmem_setup(); #ifdef ENABLE_INITRD initrd_setup(); |