mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
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:
parent
e1e4c0d0ca
commit
16572ed8bb
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ PcVideoSync(VOID)
|
||||||
VOID
|
VOID
|
||||||
PcVideoPrepareForReactOS(VOID)
|
PcVideoPrepareForReactOS(VOID)
|
||||||
{
|
{
|
||||||
PcVideoSetBiosMode(0x12);
|
PcVideoSetMode80x50_80x43();
|
||||||
PcVideoHideShowTextCursor(FALSE);
|
PcVideoHideShowTextCursor(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue