Introduce page coloring support to memory manager

This commit is contained in:
2025-12-23 14:27:12 +01:00
parent c7cc536685
commit 288b2f8b24
5 changed files with 143 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ MM::Manager::InitializeMemoryManager(VOID)
KE::Crash::Panic(0);
}
/* Compute page colors to reduce CPU cache conflicts */
MM::Colors::ComputePageColoring();
/* Compute allocation size for the PFN database */
MM::Pfn::ComputePfnDatabaseSize();