Fixed the mapping of MmPageArray.

This solves the >134MB crash.

svn path=/trunk/; revision=2490
This commit is contained in:
Hartmut Birr
2002-01-05 11:31:05 +00:00
parent a9c89818ae
commit da2423a49a
+1 -1
View File
@@ -317,7 +317,7 @@ MmInitializePageList(PVOID FirstPhysKernelAddress,
(i * PAGESIZE)),
PAGE_READWRITE,
(ULONG)(LastPhysKernelAddress
- (i * PAGESIZE)),
- (Reserved * PAGESIZE) + (i * PAGESIZE)),
FALSE);
if (!NT_SUCCESS(Status))
{