[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