graphics: report video mode change from protected-mode code
commit124902bbde301d54bc4d4f89040222c75366c639
authorPaulo Alcantara <pcacjr@zytor.com>
Fri, 4 May 2012 07:43:34 +0000 (4 04:43 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 12 May 2012 03:56:22 +0000 (12 00:56 -0300)
tree9ad8bdd25d6cb6b5d06904e32cee34101c57043e
parent9a9334b4260328bce705c610e3a0bc92c71bdd60
graphics: report video mode change from protected-mode code

Syslinux used to call __intcall() for calling routines of the old
COMBOOT API to report video mode change (INT 22h, AX=0x0017) that seemed
pointless, since INT 22h, AX=0x0017 does call the protected-mode
function pm_using_vga() already when calling INT 22h, AX=0x0017. So for
reporting video mode changes (VGA in this case) we must call
graphics_using_vga() instead for now.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
com32/mboot/initvesa.c
core/comboot.inc
core/extern.inc
core/graphics.c
core/include/graphics.h [new file with mode: 0644]