Trigger low memory allocation before PFN database initialization

This commit is contained in:
2026-06-12 13:21:22 +02:00
parent c702152cca
commit 1a062ca05f

View File

@@ -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();