mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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:
parent
04116e8dd6
commit
ef3cc678bc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue