Refactor kernel to use MM namespace for memory management
This commit is contained in:
@@ -54,7 +54,7 @@ KE::KernelInit::InitializeMachine(VOID)
|
||||
HL::Cpu::InitializeProcessor();
|
||||
|
||||
/* Initialize page map support */
|
||||
MmInitializePageMapSupport();
|
||||
MM::Paging::InitializePageMapSupport();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user