[linux] Add console

Add linux console using stdin/out. Configure the attached terminal for
readline use.

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Piotr Jaroszyński
2010-04-08 01:40:31 +02:00
committed by Michael Brown
parent 1812bfd5d0
commit 18d3c12b01
4 changed files with 152 additions and 1 deletions

View File

@@ -82,6 +82,9 @@ REQUIRE_OBJECT ( syslog );
#ifdef CONSOLE_EFI
REQUIRE_OBJECT ( efi_console );
#endif
#ifdef CONSOLE_LINUX
REQUIRE_OBJECT ( linux_console );
#endif
/*
* Drag in all requested network protocols

View File

@@ -7,6 +7,8 @@
*
*/
#define CONSOLE_LINUX
#define IMAGE_SCRIPT
#endif /* CONFIG_DEFAULTS_LINUX_H */