summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMichael Brown2006-08-09 05:25:11 +0200
committerMichael Brown2006-08-09 05:25:11 +0200
commitb3c897f4372808753f221521a6064537513013cb (patch)
treee196b98133f39725ecd2210b176766a6191972de /contrib
parentRemoved obsolete line merged in with the cmdline stuff (diff)
downloadipxe-b3c897f4372808753f221521a6064537513013cb.tar.gz
ipxe-b3c897f4372808753f221521a6064537513013cb.tar.xz
ipxe-b3c897f4372808753f221521a6064537513013cb.zip
Corrected documentation
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bochs/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bochs/README b/contrib/bochs/README
index 21e73cf6..20ea44af 100644
--- a/contrib/bochs/README
+++ b/contrib/bochs/README
@@ -72,9 +72,8 @@ Serial console
You can use the program "serial-console" to obtain a virtual serial
console for Etherboot running within Bochs. Simply run
"./serial-console" on a spare tty (e.g. a separate xterm window)
-before starting Bochs, and ensure that you have compiled Etherboot
-with appropriate settings such as
- CFLAGS+= -DCONSOLE_DUAL -DCOMCONSOLE=0x3F8 -DCONSPEED=9600
+before starting Bochs, and ensure that you have enabled CONSOLE_SERIAL
+in config.h.
There is a manual page for "serial-console"; use
"man ./serial-console.1" to view it.