mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[NTOS] Configuration Manager fixes.
- Rework CmpSetSystemValues() and remove its 1st-stage text-mode setup hack, since a real registry hive will be used for 1st-stage either. - Lock, then unlock the registry in NtInitializeRegistry when initializing the hives & flusher. - Call CmpInitializeHiveList() (i.e., initialize the other hives like \Software, \User, \.Default) only when we are not in setup-mode. svn path=/branches/setup_improvements/; revision=74747
This commit is contained in:
parent
e2cb7b50b4
commit
2ed65d1555
5 changed files with 26 additions and 22 deletions
|
@ -963,7 +963,8 @@ ExpInitializeExecutive(IN ULONG Cpu,
|
|||
if (LoaderBlock->SetupLdrBlock)
|
||||
{
|
||||
/* Check if this is text-mode setup */
|
||||
if (LoaderBlock->SetupLdrBlock->Flags & SETUPLDR_TEXT_MODE) ExpInTextModeSetup = TRUE;
|
||||
if (LoaderBlock->SetupLdrBlock->Flags & SETUPLDR_TEXT_MODE)
|
||||
ExpInTextModeSetup = TRUE;
|
||||
|
||||
/* Check if this is network boot */
|
||||
if (LoaderBlock->SetupLdrBlock->Flags & SETUPLDR_REMOTE_BOOT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue