Trigger low memory allocation before PFN database initialization
This commit is contained in:
@@ -232,6 +232,9 @@ XTAPI
|
|||||||
VOID
|
VOID
|
||||||
MM::Manager::InitializeMemoryManager(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 */
|
/* Scan memory descriptors provided by the boot loader */
|
||||||
MM::Pfn::ScanMemoryDescriptors();
|
MM::Pfn::ScanMemoryDescriptors();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user