mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fixed the mapping of MmPageArray.
This solves the >134MB crash. svn path=/trunk/; revision=2490
This commit is contained in:
@@ -317,7 +317,7 @@ MmInitializePageList(PVOID FirstPhysKernelAddress,
|
||||
(i * PAGESIZE)),
|
||||
PAGE_READWRITE,
|
||||
(ULONG)(LastPhysKernelAddress
|
||||
- (i * PAGESIZE)),
|
||||
- (Reserved * PAGESIZE) + (i * PAGESIZE)),
|
||||
FALSE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user