summaryrefslogtreecommitdiffstats
path: root/src/config/console.h
diff options
context:
space:
mode:
authorMichael Brown2011-03-10 06:33:45 +0100
committerMichael Brown2011-03-10 06:36:31 +0100
commite49d81689c3426560acc84d6f7ef9fa231304169 (patch)
tree1f70ead6f0117eca8dcd35c635119652ab8f8a71 /src/config/console.h
parent[console] Move include/console.h to include/ipxe/console.h (diff)
downloadipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.gz
ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.tar.xz
ipxe-e49d81689c3426560acc84d6f7ef9fa231304169.zip
[syslog] Add support for sending console output to a syslog server
Originally-implemented-by: Anselm Martin Hoffmeister <anselm@hoffmeister.be> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/console.h')
-rw-r--r--src/config/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/console.h b/src/config/console.h
index 586e3715..dd1d7469 100644
--- a/src/config/console.h
+++ b/src/config/console.h
@@ -19,6 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */
//#define CONSOLE_BTEXT /* Who knows what this does? */
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
+//#define CONSOLE_SYSLOG /* Syslog console */
#include <config/local/console.h>