[console] Add support for the bochs/qemu debug port console

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-09-10 15:58:02 +01:00
parent 8e4faa0948
commit 117fc61738
3 changed files with 90 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ REQUIRE_OBJECT ( linux_console );
#ifdef CONSOLE_VMWARE
REQUIRE_OBJECT ( vmconsole );
#endif
#ifdef CONSOLE_DEBUGCON
REQUIRE_OBJECT ( debugcon );
#endif
/*
* Drag in all requested network protocols

View File

@@ -21,6 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define CONSOLE_SYSLOG /* Syslog console */
//#define CONSOLE_SYSLOGS /* Encrypted syslog console */
//#define CONSOLE_VMWARE /* VMware logfile console */
//#define CONSOLE_DEBUGCON /* Debug port console */
#define KEYBOARD_MAP us