|
@@ -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.
|