mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +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;
|
((PETHREAD)InitThread)->ThreadsProcess = (PEPROCESS)InitProcess;
|
||||||
|
|
||||||
//
|
|
||||||
// Initialize Kernel Memory Address Space
|
|
||||||
//
|
|
||||||
MmInit1(MmFreeLdrFirstKrnlPhysAddr,
|
|
||||||
MmFreeLdrLastKrnlPhysAddr,
|
|
||||||
MmFreeLdrLastKernelAddress,
|
|
||||||
NULL,
|
|
||||||
0,
|
|
||||||
4096);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Initialize the Kernel Executive
|
// Initialize the Kernel Executive
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue