stos: mm: Add PMM groundwork

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 05:12:42 +00:00
parent 6ac2b8842a
commit d59d66973d
4 changed files with 123 additions and 0 deletions
+4
View File
@@ -11,6 +11,7 @@
#include <ke/bpal.h>
#include <hal/serial.h>
#include <drivers/bootvid/fbio.h>
#include <mm/pmm.h>
#include <stdef.h>
#define DTRACE(Fmt, ...) \
@@ -43,4 +44,7 @@ KiKernelEntry(VOID)
/* Init bootcons */
BootVidInitCons(NULL);
/* Initialize physical memory */
MmInitPmm();
}