feat: completely functional PMM
This commit is contained in:
@@ -13,5 +13,5 @@ void KernelMain(Bootinfo* bootinfo) {
|
||||
VMBootMemoryMap bootMap = {0};
|
||||
bootMap.reservedCount = 0;
|
||||
DTBParse(bootinfo->dtb, &bootMap);
|
||||
OSLog("Meow...\n");
|
||||
PMMInitialize(&bootMap);
|
||||
}
|
||||
Reference in New Issue
Block a user