Introduce page coloring support to memory manager
Některé kontroly se nezdařily
Builds / ExectOS (amd64, release) (push) Failing after 22s
Builds / ExectOS (amd64, debug) (push) Failing after 24s
Builds / ExectOS (i686, debug) (push) Failing after 23s
Builds / ExectOS (i686, release) (push) Failing after 21s

Tento commit je obsažen v:
2025-12-23 14:27:12 +01:00
rodič c7cc536685
revize 288b2f8b24
5 změnil soubory, kde provedl 143 přidání a 0 odebrání

Zobrazit soubor

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