vgabios: Don't call int10 during mode switch.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 31 Dec 2011 21:22:35 +0000 (16:22 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 31 Dec 2011 21:22:35 +0000 (16:22 -0500)
commit323d8c635750ff4091ae1ba6f103b455828d53b6
tree274aaf398ffc5a0215b5310c61c0a1abbbccae65
parentc990f27298104d23a0a63fc340385310e598fe00
vgabios: Don't call int10 during mode switch.

Don't call int10 to load the fonts - instead call the font loading
functions directly.

Theoretically, this could change behavior if an external program has
captured int10 and redirects the font loading calls.  However, there
does not seem to be any indication that an external app could expect
that to work.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/vgabios.c