mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- ntldr marks pages allocated for PCR and USER_SHARED_DATA as StartupPcrPage, not as MemoryData. In fact, it's the only way of finding where the PCR page is located physically.
svn path=/trunk/; revision=32470
This commit is contained in:
@@ -477,7 +477,7 @@ KiRosBuildOsMemoryMap(VOID)
|
||||
#endif
|
||||
|
||||
/* Build an entry for the KPCR and KUSER_SHARED_DATA */
|
||||
Status = KiRosAllocateArcDescriptor(1, 3, LoaderMemoryData);
|
||||
Status = KiRosAllocateArcDescriptor(1, 3, LoaderStartupPcrPage);
|
||||
if (Status != STATUS_SUCCESS) return Status;
|
||||
|
||||
/* Build an entry for the PDE and return the status */
|
||||
|
||||
Reference in New Issue
Block a user