mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
move clean the screen to a later point
svn path=/trunk/; revision=53208
This commit is contained in:
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user