[SeaBIOS] [PATCH 1/3] vgabios: Remove special case of dh==0xff in handle_1013()

Kevin O'Connor kevin at koconnor.net
Thu Jul 7 17:27:36 CEST 2016


On Mon, Jul 04, 2016 at 12:41:14PM -0400, Kevin O'Connor wrote:
> 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.

FYI, I committed this series.

-Kevin



More information about the SeaBIOS mailing list