fix(vmm): make MMU bring-up and kernel mappings reliable
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user