vgabios: implement AX=1120H..1124H functionsrel-1.7.2
commit4bd8aebf3534e10d9aa21e820903f2cf9120708c
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Jan 2013 12:41:36 +0000 (10 13:41 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 12 Jan 2013 22:00:50 +0000 (12 17:00 -0500)
tree38a90ff01e85b6f5bdce2b21610e08bc2a65ad25
parent54ae5436df92c8caf0a814a7c653adb1d75a084c
vgabios: implement AX=1120H..1124H functions

These function only have to set INT 1Fh and INT 43h, and set
the BDA height + number of rows.

I could not find out whether AX=1120h should also set the character
height to 8.  I think not, because INT 43h might still point to
14- or 16-pixel high characters and in this case INT 1Fh will not
be used at all.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vgasrc/vgabios.c