Browse Source

Corrected documentation

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
b3c897f437
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      contrib/bochs/README

+ 2
- 3
contrib/bochs/README View File

@@ -72,9 +72,8 @@ Serial console
72 72
 You can use the program "serial-console" to obtain a virtual serial
73 73
 console for Etherboot running within Bochs.  Simply run
74 74
 "./serial-console" on a spare tty (e.g. a separate xterm window)
75
-before starting Bochs, and ensure that you have compiled Etherboot
76
-with appropriate settings such as
77
-  CFLAGS+= -DCONSOLE_DUAL -DCOMCONSOLE=0x3F8 -DCONSPEED=9600
75
+before starting Bochs, and ensure that you have enabled CONSOLE_SERIAL
76
+in config.h.
78 77
 
79 78
 There is a manual page for "serial-console"; use
80 79
 "man ./serial-console.1" to view it.

Loading…
Cancel
Save