ptos: vm: Initialize valloc range + zero pagemap lvls
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user