mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 11:36:46 +00:00
Sync with X86 build -- don't call MmInit1 so early anymore.
svn path=/trunk/; revision=32375
This commit is contained in:
parent
581d7a7972
commit
4757f67815
1 changed files with 0 additions and 10 deletions
|
@ -244,16 +244,6 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
|
|||
//
|
||||
((PETHREAD)InitThread)->ThreadsProcess = (PEPROCESS)InitProcess;
|
||||
|
||||
//
|
||||
// Initialize Kernel Memory Address Space
|
||||
//
|
||||
MmInit1(MmFreeLdrFirstKrnlPhysAddr,
|
||||
MmFreeLdrLastKrnlPhysAddr,
|
||||
MmFreeLdrLastKernelAddress,
|
||||
NULL,
|
||||
0,
|
||||
4096);
|
||||
|
||||
//
|
||||
// Initialize the Kernel Executive
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue