grub/grub-core/term
Vladimir 'phcoder' Serbinenko 2b23074a0c Move assembly code to C by using intwrap. It increases core size
by 88 bytes but improves compatibility and maintainability.

	* grub-core/kern/i386/pc/startup.S (grub_console_putchar): Moved to ...
	* grub-core/term/i386/pc/console.c (grub_console_putchar_real):
	... here. Translated to C.
	* grub-core/kern/i386/pc/startup.S (grub_console_getkey): Moved to ...
	* grub-core/term/i386/pc/console.c (grub_console_getkey):
	... here. Translated to C.
	* grub-core/kern/i386/pc/startup.S (grub_console_getxy): Moved to ...
	* grub-core/term/i386/pc/console.c (grub_console_getxy):
	... here. Translated to C.
	* grub-core/kern/i386/pc/startup.S (grub_console_gotoxy): Moved to ...
	* grub-core/term/i386/pc/console.c (grub_console_gotoxy):
	... here. Translated to C.
	* grub-core/kern/i386/pc/startup.S (grub_console_cls): Moved to ...
	* grub-core/term/i386/pc/console.c (grub_console_cls):
	... here. Translated to C.
	* grub-core/kern/i386/pc/startup.S (grub_console_setcursor): Moved to ..
	* grub-core/term/i386/pc/console.c (grub_console_setcursor):
	... here. Translated to C.
	* grub-core/kern/i386/pc/startup.S (grub_get_rtc): Moved to ..
	* grub-core/kern/i386/pc/init.c (grub_get_rtc): ... here.
	Translated to C.
	* grub-core/term/i386/pc/console.c (int10_9): New function.
	(grub_console_putchar): Likewise.
	* include/grub/i386/pc/console.h: Removed the not anymore shared
	functions.
2011-11-12 16:29:04 +01:00
..
arc sgi support 2011-05-13 16:36:05 +02:00
efi Clear out 0x80 color bit on EFI. 2010-10-01 16:54:38 +02:00
i386 Move assembly code to C by using intwrap. It increases core size 2011-11-12 16:29:04 +01:00
ieee1275 Run terminfo_cls on initing terminfo output to clear the screen and 2011-01-05 12:23:06 +01:00
at_keyboard.c MIPS qemu at_keyboard support. 2011-07-05 21:00:01 +02:00
gfxterm.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
ns8250.c Fix compilation errors. 2011-05-15 12:32:37 +02:00
serial.c Allow all modules to perform serial IO 2011-11-10 09:41:07 +01:00
terminfo.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
tparm.c merge with mainline 2010-07-13 00:43:28 +05:30
usb_keyboard.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00