patch-2.1.92 linux/Documentation/serial-console.txt
Next file: linux/Makefile
Previous file: linux/Documentation/isdn/README.x25
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Apr 1 14:58:54 1998
- Orig file:
v2.1.91/linux/Documentation/serial-console.txt
- Orig date:
Wed Dec 3 15:21:57 1997
diff -u --recursive --new-file v2.1.91/linux/Documentation/serial-console.txt linux/Documentation/serial-console.txt
@@ -19,10 +19,10 @@
9600n8. The maximum baudrate is 115200.
You can specify multiple console= options on the kernel command line.
-Output will appear on all of them. The first device will be used when
+Output will appear on all of them. The last device will be used when
you open /dev/console. So, for example:
- console=tty0 console=ttyS1,9600
+ console=ttyS1,9600 console=tty0
defines that opening /dev/console will get you the current foreground
virtual console, and kernel messages will appear on both the VGA
@@ -91,4 +91,4 @@
for porting the patches from 2.1.4x to 2.1.6x for taking care of
the integration of these patches into m68k, ppc and alpha.
-Miquel van Smoorenburg <miquels@cistron.nl>, 03-Dec-1997
+Miquel van Smoorenburg <miquels@cistron.nl>, 21-Mar-1998
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov