[ros-diffs] [rharabien] 52254: [NTOSKRNL] - Revert part of r52244. It was incorrect. Spotted by Alex Ionescu

rharabien at svn.reactos.org rharabien at svn.reactos.org
Wed Jun 15 19:28:22 UTC 2011


Author: rharabien
Date: Wed Jun 15 19:28:22 2011
New Revision: 52254

URL: http://svn.reactos.org/svn/reactos?rev=52254&view=rev
Log:
[NTOSKRNL]
- Revert part of r52244. It was incorrect. Spotted by Alex Ionescu

Modified:
    trunk/reactos/ntoskrnl/ex/init.c

Modified: trunk/reactos/ntoskrnl/ex/init.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/init.c?rev=52254&r1=52253&r2=52254&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ex/init.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/init.c [iso-8859-1] Wed Jun 15 19:28:22 2011
@@ -1922,14 +1922,14 @@
     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);




More information about the Ros-diffs mailing list