- 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).

svn path=/trunk/; revision=40497
This commit is contained in:
Aleksey Bragin 2009-04-14 10:36:16 +00:00
parent 391fa4acd9
commit 761b395b8f

View file

@ -320,7 +320,7 @@ VOID LoadReactOSSetup2(VOID)
LoaderBlockVA = PaToVa(LoaderBlock);
/* "Stop all motors", change videomode */
MachPrepareForReactOS(FALSE);
MachPrepareForReactOS(TRUE);
/* Debugging... */
//DumpMemoryAllocMap();