page table manager working
This commit is contained in:
@@ -4,6 +4,7 @@ uint64_t freeMemory;
|
||||
uint64_t reservedMemory;
|
||||
uint64_t usedMemory;
|
||||
bool Initialized = false;
|
||||
PageFrameAllocator GlobalAllocator;
|
||||
|
||||
void PageFrameAllocator::ReadEFIMemoryMap(EFI_MEMORY_DESCRIPTOR* mMap, size_t mMapSize, size_t mMapDescSize){
|
||||
if (Initialized) return;
|
||||
|
||||
Reference in New Issue
Block a user