]> Zhao Yanbai Git Server - minix.git/commitdiff
boot: use high baud rate by default
authorThomas Veerman <thomas@minix3.org>
Tue, 27 Mar 2012 15:09:37 +0000 (15:09 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 28 Mar 2012 08:57:38 +0000 (08:57 +0000)
docs/UPDATING
sys/arch/i386/stand/lib/boot_params.S

index f502e6ec1c14c31b5fbdacb0b51697f3b1a98add..4a45e1e55ddaab1cf277d8a47f2a7784d5871720 100644 (file)
@@ -1,3 +1,20 @@
+20120328:
+       The boot loader now defaults to 115200 baud rate to make booting over
+       serial more pleasant. To install the new boot loader do
+
+       # cd /usr/src/sys
+       # make clean install
+       # updateboot
+
+       To boot over serial add the following to /etc/boot.cfg.local (create
+       the file if not present):
+       menu=Start latest serial MINIX 3:load_mods /boot/minix_latest/mod*;multiboot /boot/minix_latest/kernel rootdevname=c0d0p0s0 cttyline=0 cttybaud=115200
+       consdev=com0
+
+       To install the new boot configuration run
+
+       # update_bootcfg
+
 20120306:
        The base system only looks in /usr/pkg/compiler-rt/lib now, so
        -L/usr/pkg/lib is gone.
index 5309aff13a5777fac8ecb9618e922d5adfe9c644..3363e446ef87f38f35c4b6e8fe7dc5eaaf29185e 100644 (file)
@@ -9,7 +9,7 @@
 #endif
        .long   5                       /* timeout in seconds */
        .long   0                       /* console device 0 => CONSDEV_PC */
-       .long   9600                    /* serial baud rate */
+       .long   115200                  /* serial baud rate */
        .space  16                      /* md5 boot password */
        .space  64                      /* keyboard xlat map */
        .long   0                       /* console ioaddr */