forked from xt-sys/exectos
Implement PFN database initialization and memory descriptor processing
This commit is contained in:
@@ -68,6 +68,9 @@ MM::Manager::InitializeMemoryManager(VOID)
|
||||
|
||||
/* Initialize system PTE space */
|
||||
MM::Pte::InitializeSystemPteSpace();
|
||||
|
||||
/* Initialize PFN database */
|
||||
MM::Pfn::InitializePfnDatabase();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user