Refactor kernel to use MM namespace for memory management
Todas las comprobaciones han sido exitosas
Builds / ExectOS (amd64, debug) (push) Successful in 31s
Builds / ExectOS (amd64, release) (push) Successful in 28s
Builds / ExectOS (i686, debug) (push) Successful in 31s
Builds / ExectOS (i686, release) (push) Successful in 29s

Este commit está contenido en:
2025-09-15 22:26:52 +02:00
padre 52c4d2a346
commit e3898f28fc
Se han modificado 4 ficheros con 21 adiciones y 21 borrados

Ver fichero

@@ -54,7 +54,7 @@ KE::KernelInit::InitializeMachine(VOID)
HL::Cpu::InitializeProcessor();
/* Initialize page map support */
MmInitializePageMapSupport();
MM::Paging::InitializePageMapSupport();
}
/**