From 5ed7a0707f13662384ef77bec3faaaffdfd36772 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 16 Nov 2025 14:34:14 -0500 Subject: kern/amd64+mu: Add initial virtual memory sources Signed-off-by: Ian Moffett --- sys/kern/kern_init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/kern/kern_init.c') diff --git a/sys/kern/kern_init.c b/sys/kern/kern_init.c index 74e17c4..68fb2fb 100644 --- a/sys/kern/kern_init.c +++ b/sys/kern/kern_init.c @@ -31,6 +31,7 @@ #include #include #include +#include struct console g_bootcons; void kmain(void); @@ -41,4 +42,5 @@ kmain(void) console_reset(&g_bootcons); trace("bootcons: console online\n"); vm_phys_init(); + vm_init(); } -- cgit v1.2.3