summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8dc7838..82cbbea 100644
--- a/main.c
+++ b/main.c
@@ -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();