Initialize paged pool after PFN database setup
This commit is contained in:
@@ -124,13 +124,15 @@ MM::Manager::InitializeMemoryManager(VOID)
|
||||
/* Initialize system PTE space */
|
||||
MM::Pte::InitializeSystemPteSpace();
|
||||
|
||||
/* Initialize non-paged and paged pools */
|
||||
/* Initialize non-paged pool */
|
||||
MM::Allocator::InitializeNonPagedPool();
|
||||
MM::Allocator::InitializePagedPool();
|
||||
|
||||
/* Initialize PFN database */
|
||||
MM::Pfn::InitializePfnDatabase();
|
||||
|
||||
/* Initialize paged pool */
|
||||
MM::Allocator::InitializePagedPool();
|
||||
|
||||
/* Flush TLB */
|
||||
AR::CpuFunc::FlushTlb();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user