forked from xt-sys/exectos
Trigger low memory allocation before PFN database initialization
This commit is contained in:
@@ -232,6 +232,9 @@ XTAPI
|
||||
VOID
|
||||
MM::Manager::InitializeMemoryManager(VOID)
|
||||
{
|
||||
/* Allocate low memory from the hardware pool before initializing the memory manager */
|
||||
MM::HardwarePool::AllocateLowMemory(NULLPTR, NULLPTR);
|
||||
|
||||
/* Scan memory descriptors provided by the boot loader */
|
||||
MM::Pfn::ScanMemoryDescriptors();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user