[NTOS]: Bring into evidence an existing hack in PnPMgr, in the hope it'll be fixed and not remain here again for years...

svn path=/trunk/; revision=66021
This commit is contained in:
Hermès Bélusca-Maïto 2015-01-09 19:58:19 +00:00
parent 79f472a422
commit 35b0d2e7ed

View file

@ -59,6 +59,8 @@ PiInitCacheGroupInformation(VOID)
/* ReactOS HACK for SETUPLDR */
if (KeLoaderBlock->SetupLdrBlock)
{
DPRINT1("WARNING!! In PiInitCacheGroupInformation, using ReactOS HACK for SETUPLDR!!\n");
/* Bogus data */
PiInitGroupOrderTableCount = 0;
PiInitGroupOrderTable = (PVOID)0xBABEB00B;