Right now, it's not enough to just set the bios video mode to 0x12, other stuff like choosing correct font is needed.

Fixes "no text output in 1st stage setup" bug (and it still sets the videomode to 0x12, so it's not a hack).

svn path=/trunk/; revision=25783
This commit is contained in:
Aleksey Bragin 2007-02-11 13:37:39 +00:00
parent e1e4c0d0ca
commit 16572ed8bb

View file

@ -1108,7 +1108,7 @@ PcVideoSync(VOID)
VOID VOID
PcVideoPrepareForReactOS(VOID) PcVideoPrepareForReactOS(VOID)
{ {
PcVideoSetBiosMode(0x12); PcVideoSetMode80x50_80x43();
PcVideoHideShowTextCursor(FALSE); PcVideoHideShowTextCursor(FALSE);
} }