Update PTE mapping to allocate from PFN database
This commit is contained in:
@@ -256,6 +256,9 @@ MM::Manager::InitializeMemoryManager(VOID)
|
||||
/* Initialize page table */
|
||||
MM::Pte::InitializePageTable();
|
||||
|
||||
/* Initialize PFN database */
|
||||
MM::Pfn::InitializePfnDatabase();
|
||||
|
||||
/* Initialize system PTE space */
|
||||
MM::Pte::InitializeSystemPteSpace();
|
||||
|
||||
@@ -265,9 +268,6 @@ MM::Manager::InitializeMemoryManager(VOID)
|
||||
/* Initialize non-paged pool */
|
||||
MM::Pool::InitializeNonPagedPool();
|
||||
|
||||
/* Initialize PFN database */
|
||||
MM::Pfn::InitializePfnDatabase();
|
||||
|
||||
/* Initialize allocations tracking tables */
|
||||
MM::Allocator::InitializeAllocationsTracking();
|
||||
MM::Allocator::InitializeBigAllocationsTracking();
|
||||
|
||||
Reference in New Issue
Block a user