mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +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;
|
ProcessInfo = &InitBuffer->ProcessInfo;
|
||||||
ExpLoadInitialProcess(InitBuffer, &ProcessParameters, &Environment);
|
ExpLoadInitialProcess(InitBuffer, &ProcessParameters, &Environment);
|
||||||
|
|
||||||
|
/* Clean the screen */
|
||||||
|
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
||||||
|
|
||||||
/* Update progress bar */
|
/* Update progress bar */
|
||||||
InbvUpdateProgressBar(100);
|
InbvUpdateProgressBar(100);
|
||||||
|
|
||||||
/* Disallow strings to be displayed */
|
/* Allow strings to be displayed */
|
||||||
InbvEnableDisplayString(FALSE);
|
InbvEnableDisplayString(TRUE);
|
||||||
|
|
||||||
/* Clean the screen */
|
|
||||||
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
|
||||||
|
|
||||||
/* Wait 5 seconds for initial process to initialize */
|
/* Wait 5 seconds for initial process to initialize */
|
||||||
Timeout.QuadPart = Int32x32To64(5, -10000000);
|
Timeout.QuadPart = Int32x32To64(5, -10000000);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue