mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:15:43 +00:00
move clean the screen to a later point
svn path=/trunk/; revision=53208
This commit is contained in:
parent
c5a3858a3e
commit
9ace1afb58
1 changed files with 3 additions and 3 deletions
|
@ -1918,9 +1918,6 @@ Phase1InitializationDiscard(IN PVOID Context)
|
||||||
/* Update progress bar */
|
/* Update progress bar */
|
||||||
InbvUpdateProgressBar(100);
|
InbvUpdateProgressBar(100);
|
||||||
|
|
||||||
/* Clean the screen */
|
|
||||||
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
|
||||||
|
|
||||||
/* Allow strings to be displayed */
|
/* Allow strings to be displayed */
|
||||||
InbvEnableDisplayString(TRUE);
|
InbvEnableDisplayString(TRUE);
|
||||||
|
|
||||||
|
@ -1959,6 +1956,9 @@ Phase1InitializationDiscard(IN PVOID Context)
|
||||||
&Size,
|
&Size,
|
||||||
MEM_RELEASE);
|
MEM_RELEASE);
|
||||||
|
|
||||||
|
/* Clean the screen */
|
||||||
|
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
||||||
|
|
||||||
/* Increase init phase */
|
/* Increase init phase */
|
||||||
ExpInitializationPhase++;
|
ExpInitializationPhase++;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue