mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
[NTOSKRNL]
- Revert part of r52244. It was incorrect. Spotted by Alex Ionescu svn path=/trunk/; revision=52254
This commit is contained in:
parent
c79c51d04d
commit
ddab848f06
1 changed files with 5 additions and 5 deletions
|
@ -1922,14 +1922,14 @@ Phase1InitializationDiscard(IN PVOID Context)
|
|||
ProcessInfo = &InitBuffer->ProcessInfo;
|
||||
ExpLoadInitialProcess(InitBuffer, &ProcessParameters, &Environment);
|
||||
|
||||
/* Clean the screen */
|
||||
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
||||
|
||||
/* Update progress bar */
|
||||
InbvUpdateProgressBar(100);
|
||||
|
||||
/* Disallow strings to be displayed */
|
||||
InbvEnableDisplayString(FALSE);
|
||||
|
||||
/* Clean the screen */
|
||||
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
||||
/* Allow strings to be displayed */
|
||||
InbvEnableDisplayString(TRUE);
|
||||
|
||||
/* Wait 5 seconds for initial process to initialize */
|
||||
Timeout.QuadPart = Int32x32To64(5, -10000000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue