Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit 1a062ca05f - Show all commits

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