feat: completely functional PMM

This commit is contained in:
karina
2026-04-26 15:12:04 +04:00
parent 785a61b451
commit 55335013a9
4 changed files with 78 additions and 9 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ void KernelMain(Bootinfo* bootinfo) {
VMBootMemoryMap bootMap = {0};
bootMap.reservedCount = 0;
DTBParse(bootinfo->dtb, &bootMap);
OSLog("Meow...\n");
PMMInitialize(&bootMap);
}