- 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:
Aleksey Bragin 2008-02-24 17:19:00 +00:00
parent 04116e8dd6
commit ef3cc678bc

View file

@ -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 */