[NTOSKRNL]

Forgot to commit this file.

svn path=/trunk/; revision=61623
This commit is contained in:
Timo Kreuzer 2014-01-13 22:35:01 +00:00
parent c633b79451
commit af7aa8d819

View file

@ -649,7 +649,7 @@ UseSet:
LoaderExtension = LoaderBlock->Extension; LoaderExtension = LoaderBlock->Extension;
if (LoaderExtension) if (LoaderExtension)
{ {
ASSERTMSG("ReactOS doesn't support NTLDR Profiles yet!\n", FALSE); DPRINT("ReactOS doesn't support NTLDR Profiles yet!\n");
} }
/* Create the current hardware profile key */ /* Create the current hardware profile key */
@ -816,7 +816,6 @@ CmpInitializeSystemHive(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
if (HiveBase) if (HiveBase)
{ {
/* Import it */ /* Import it */
((PHBASE_BLOCK)HiveBase)->Length = LoaderBlock->RegistryLength;
Status = CmpInitializeHive((PCMHIVE*)&SystemHive, Status = CmpInitializeHive((PCMHIVE*)&SystemHive,
HINIT_MEMORY, HINIT_MEMORY,
HIVE_NOLAZYFLUSH, HIVE_NOLAZYFLUSH,