]> xenbits.xensource.com Git - seabios.git/commit
vgabios: Remove special case of dh==0xff in handle_1013()
authorKevin O'Connor <kevin@koconnor.net>
Mon, 4 Jul 2016 16:20:48 +0000 (12:20 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 4 Jul 2016 16:20:48 +0000 (12:20 -0400)
commite5839eaffcf6ebba9d81f46a385280f7829f15d5
treebd8cfe61fe62bc5f62a77b565948ef90f587d4ee
parent20f83d5c7c0f9ae5f775b6701c205349abe003fb
vgabios: Remove special case of dh==0xff in handle_1013()

The original "lgpl vgabios" had a special case for dh==0xff in its
int1013 (write string) code.  There does not appear to be any VGABIOS
documentation supporting this as an externally available feature.  It
appears this was for its own internal use when writing its strings to
the screen.  SeaVGABIOS doesn't use this hack; this patch removes it
from the code.

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