mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Initialize hyperspace before page lists. Fixes boot problem (spotted by Alex).
svn path=/trunk/; revision=39936
This commit is contained in:
parent
df00880ca7
commit
084068b86a
1 changed files with 7 additions and 7 deletions
|
@ -433,16 +433,16 @@ MmInit1(VOID)
|
|||
|
||||
/* Dump kernel memory layout */
|
||||
MiDbgKernelLayout();
|
||||
|
||||
/* Initialize the page list */
|
||||
MmInitializePageList();
|
||||
|
||||
/* Unmap low memory */
|
||||
MmDeletePageTable(NULL, 0);
|
||||
|
||||
|
||||
/* Initialize hyperspace */
|
||||
MiInitHyperSpace();
|
||||
|
||||
/* Initialize the page list */
|
||||
MmInitializePageList();
|
||||
|
||||
/* Unmap low memory */
|
||||
MmDeletePageTable(NULL, 0);
|
||||
|
||||
/* Intialize memory areas */
|
||||
MmInitVirtualMemory();
|
||||
|
||||
|
|
Loading…
Reference in a new issue