summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorPiotr Jaroszyński2010-04-08 01:40:31 +0200
committerMichael Brown2010-08-19 13:31:13 +0200
commit18d3c12b01466e424d9a54e4dbbba94e7859ec48 (patch)
tree1e55385d625f14d5cf34c64af6cee0b09efc2957 /src/config/config.c
parent[linux] Add most of the linux api (diff)
downloadipxe-18d3c12b01466e424d9a54e4dbbba94e7859ec48.tar.gz
ipxe-18d3c12b01466e424d9a54e4dbbba94e7859ec48.tar.xz
ipxe-18d3c12b01466e424d9a54e4dbbba94e7859ec48.zip
[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>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 98be65d3..561e53d4 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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