mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +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 */
|
||||
InbvUpdateProgressBar(100);
|
||||
|
||||
/* Clean the screen */
|
||||
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
||||
|
||||
/* Allow strings to be displayed */
|
||||
InbvEnableDisplayString(TRUE);
|
||||
|
||||
|
@ -1959,6 +1956,9 @@ Phase1InitializationDiscard(IN PVOID Context)
|
|||
&Size,
|
||||
MEM_RELEASE);
|
||||
|
||||
/* Clean the screen */
|
||||
if (InbvBootDriverInstalled) FinalizeBootLogo();
|
||||
|
||||
/* Increase init phase */
|
||||
ExpInitializationPhase++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue