mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +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
|
||||
|
||||
Reference in New Issue
Block a user