graphics: make use of syslinux_force_text_mode()
commit4fc3fd1e14f4c1b9208ef262e5b6aef853e9fce4
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 19 May 2012 04:58:03 +0000 (19 01:58 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 19 May 2012 05:05:38 +0000 (19 02:05 -0300)
tree4c51d9d8472e35fbbf7494250554e99f952d9c72
parentf631d78263f17436bda5ae27d7e4eff75981e31f
graphics: make use of syslinux_force_text_mode()

The syslinux_force_text_mode() function used in library
space made unnecessary INT 0x22 call that could be simply
used with vgaclearmode() function.

This patche renames vgaclearmode() to
syslinux_force_text_mode() as this naming is generally more
carefully considered and gets rid of "forcetext.c" source
file.

Also all the VGA-related functions and variables that were
exported in core/include/bios.h have been moved out to
core/include/graphics.h which makes more sense actually.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
14 files changed:
com32/lib/Makefile
com32/lib/syslinux/load_linux.c
com32/lib/syslinux/video/forcetext.c [deleted file]
core/comboot.inc
core/conio.c
core/diskfs.inc
core/extern.inc
core/font.c
core/graphics.c
core/include/bios.h
core/include/graphics.h
core/localboot.c
core/plaincon.c
core/rawcon.c