mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[console] Add support for the bochs/qemu debug port console
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user