grub2/include/grub/i386/pc
Vladimir 'phcoder' Serbinenko c35fc5bd15 Add monochrome text support (mda_text, aka `hercules' in grub-legacy).
* grub-core/Makefile.core.def (mda_text): New module.
	* grub-core/lib/legacy_parse.c (grub_legacy_parse): Support `hercules'.
	* grub-core/term/i386/vga_common.c (grub_console_cur_color): Moved to ..
	* grub-core/term/i386/pc/vga_text.c (cur_color): ... here
	* grub-core/term/i386/pc/console.c (grub_console_cur_color): ... and
	here.
	* grub-core/term/i386/vga_common.c (grub_console_getwh): Moved to ..
	* grub-core/term/i386/pc/vga_text.c (grub_console_getwh): ... here
	* grub-core/term/i386/pc/console.c (grub_console_getwh): ... and
	here.
	* grub-core/term/i386/vga_common.c (grub_console_setcolorstate): Moved
	to ..
	* grub-core/term/i386/pc/vga_text.c (grub_console_setcolorstate):
	... here
	* grub-core/term/i386/pc/console.c (grub_console_setcolorstate): ... and
	here.
	* grub-core/term/i386/vga_common.c: Removed.
	* include/grub/i386/vga_common.h: Likewise.
	* include/grub/vga.h (grub_vga_cr_bw_write): New function.
	(grub_vga_cr_bw_read): Likewise.
	* include/grub/vgaregs.h (GRUB_VGA_IO_CR_BW_INDEX): New enum value.
	(GRUB_VGA_IO_CR_BW_DATA): Likewise.
	* grub-core/term/i386/pc/vga_text.c [MODE_MDA]: Call
	grub_vga_cr_bw_read/grub_vga_cr_bw_write instead of
	grub_vga_cr_read/grub_vga_cr_write.
	(grub_vga_text_setcolorstate) [MODE_MDA]: Ignore color.
2012-06-28 15:27:54 +02:00
..
apm.h Implement APM 2010-09-15 11:42:18 +02:00
biosdisk.h Remove useless prototypes 2010-08-30 16:26:05 +02:00
biosnum.h 2009-06-11 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-11 16:13:39 +00:00
boot.h Fix various issues created by previous commits 2010-04-26 10:56:12 +02:00
chainloader.h BPB patching support (untested) 2011-04-05 14:40:15 +02:00
console.h Add monochrome text support (mda_text, aka `hercules' in grub-legacy). 2012-06-28 15:27:54 +02:00
int.h Fix interrupt mixup from previous commit. 2012-02-26 22:10:13 +01:00
kernel.h Defer multiboot device parsing until we're in compressed part. 2011-11-12 21:12:52 +01:00
memory.h Reorganise memory map handling 2010-09-04 17:10:10 +02:00
pxe.h * grub-core/Makefile.core.def (pxechain): New module. 2012-02-05 10:33:52 +01:00
time.h Don't export grub_get_rtc. 2012-02-26 23:25:47 +01:00
vbe.h Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
vesa_modes_table.h Implement APM 2010-09-15 11:42:18 +02:00