]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Add console
authorPiotr Jaroszyński <p.jaroszynski@gmail.com>
Wed, 7 Apr 2010 23:40:31 +0000 (01:40 +0200)
committerMichael Brown <mcb30@ipxe.org>
Thu, 19 Aug 2010 11:31:13 +0000 (12:31 +0100)
commit18d3c12b01466e424d9a54e4dbbba94e7859ec48
tree1e55385d625f14d5cf34c64af6cee0b09efc2957
parent1812bfd5d0d304baf3974c100b284ee8059c77fe
[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>
src/Makefile
src/config/config.c
src/config/defaults/linux.h
src/interface/linux/linux_console.c [new file with mode: 0644]