Author: fireball
Date: Tue Apr 14 14:36:16 2009
New Revision: 40497
URL: http://svn.reactos.org/svn/reactos?rev=40497&view=rev
Log:
- usetup expects the videomode to be set, and fonts to be loaded. Change
setupldr2 accordingly. This fixes the "blank" blue screen in the beginning of
first stage (when started with setupldr2 of course).
Modified:
trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c
Modified: trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c?rev=40497&r1=40496&r2=40497&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c [iso-8859-1]
(original)
+++ trunk/reactos/boot/freeldr/freeldr/windows/setupldr2.c [iso-8859-1] Tue Apr
14 14:36:16 2009
@@ -320,7 +320,7 @@
LoaderBlockVA = PaToVa(LoaderBlock);
/* "Stop all motors", change videomode */
- MachPrepareForReactOS(FALSE);
+ MachPrepareForReactOS(TRUE);
/* Debugging... */
//DumpMemoryAllocMap();