Implement initial memory manager infrastructure #24

Open
harraiken wants to merge 169 commits from memmgr into master
Showing only changes of commit a46f30045a - Show all commits

View File

@@ -181,7 +181,7 @@ MM::Pfn::InitializePfnDatabase(VOID)
continue; continue;
} }
/* Map PFN database entries for this physical range */ /* Initialize PFNs for this memory range */
ProcessMemoryDescriptor(Descriptor->BasePage, Descriptor->PageCount, Descriptor->MemoryType); ProcessMemoryDescriptor(Descriptor->BasePage, Descriptor->PageCount, Descriptor->MemoryType);
/* Move to the next descriptor */ /* Move to the next descriptor */