Refactor kernel to use MM namespace for memory management

This commit is contained in:
2025-09-15 22:26:52 +02:00
parent 52c4d2a346
commit e3898f28fc
4 changed files with 21 additions and 21 deletions

View File

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