fix(vmm): make MMU bring-up and kernel mappings reliable

This commit is contained in:
karina
2026-04-26 23:41:57 +04:00
parent b56b55e4b3
commit 5d010f7fb2
8 changed files with 167 additions and 13 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ typedef struct {
VMMemoryRegion UART;
} VMBootMemoryMap;
void PMMInitialize(VMBootMemoryMap* bootMap, Bootinfo* info);
void PMMInitialize(VMBootMemoryMap* bootMap);
Pointer PMMAllocatePage();
void PMMFreePage(Address address);