summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-18 12:19:36 +0200
committerMichael Brown2005-04-18 12:19:36 +0200
commit3c55caf24c4fd20abf268aa115bc5d7652b24c2f (patch)
treefe06c69a76fdb2cb6a0b614d063aca45b7a87483 /src/config.h
parentCONFIG_PCI and CONFIG_ISA no longer exist (diff)
downloadipxe-3c55caf24c4fd20abf268aa115bc5d7652b24c2f.tar.gz
ipxe-3c55caf24c4fd20abf268aa115bc5d7652b24c2f.tar.xz
ipxe-3c55caf24c4fd20abf268aa115bc5d7652b24c2f.zip
Moved console options to config.h
Removed CONFIG_{PCI,ISA,PCMCIA}, since buses are now always compiled and linked in only if required by the individual driver objects.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index a5732484..50a49457 100644
--- a/src/config.h
+++ b/src/config.h
@@ -8,6 +8,23 @@
*
*/
+/* @BEGIN general.h
+ *
+ * Console configuration
+ *
+ * These options specify the console types that Etherboot will use for
+ * interaction with the user.
+ *
+ */
+
+#define CONSOLE_FIRMWARE 1 /* Default BIOS console */
+#define CONSOLE_SERIAL 0 /* Serial port */
+#define CONSOLE_DIRECT_VGA 0 /* Direct access to VGA card */
+#define CONSOLE_BTEXT 0 /* Who knows what this does? */
+#define CONSOLE_PC_KBD 0 /* Direct access to PC keyboard */
+
+/* @END general.h */
+
/* @BEGIN serial.h
*
* Serial port configuration