summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-12 03:30:31 +0200
committerMichael Brown2008-10-12 03:30:31 +0200
commit8c7deba349e06e9d86133ce570650ffa3212f3f1 (patch)
tree7d653d9d52f64f6ebe97320e16d504cc78ed6a5e /src/config/general.h
parent[ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O API (diff)
downloadipxe-8c7deba349e06e9d86133ce570650ffa3212f3f1.tar.gz
ipxe-8c7deba349e06e9d86133ce570650ffa3212f3f1.tar.xz
ipxe-8c7deba349e06e9d86133ce570650ffa3212f3f1.zip
[config] Split console configuration out to config/console.h
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config/general.h b/src/config/general.h
index d47b7677..ea09761e 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -8,20 +8,6 @@
*/
/*
- * Console configuration
- *
- * These options specify the console types that Etherboot will use for
- * interaction with the user.
- *
- */
-
-#define CONSOLE_FIRMWARE /* Default BIOS console */
-#undef CONSOLE_SERIAL /* Serial port */
-#undef CONSOLE_DIRECT_VGA /* Direct access to VGA card */
-#undef CONSOLE_BTEXT /* Who knows what this does? */
-#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
-
-/*
* Timer configuration
*
*/