ptos: vm: Initialize valloc range + zero pagemap lvls

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-11 20:26:24 -04:00
parent a9f411b750
commit ffe001821c
4 changed files with 63 additions and 0 deletions
+4
View File
@@ -10,6 +10,7 @@
#include <ke/bpal.h>
#include <ex/trace.h>
#include <mm/pm.h>
#include <mm/vm.h>
#include <hal/serial.h>
#include <hal/kpcr.h>
#include <drivers/bootvid/fbio.h>
@@ -55,4 +56,7 @@ KiKernelInit(VOID)
/* Phase 1 init of bootstrap core */
HalKpcrP1Init(&BootstrapCore);
/* Initialize virtual memory */
MmVmInit();
}