Date: Mon, 10 Dec 2001 12:02:22 -0800 (PST) From: Guido van Rooij <guido@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/libi386 bootinfo.c src/sys/i386/i386 autoconf.c src/sys/kern tty_cons.c src/sys/sys cons.h reboot.h Message-ID: <200112102002.fBAK2Mh21219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
guido 2001/12/10 12:02:22 PST Modified files: sbin/reboot boot_i386.8 sys/boot/i386/libi386 bootinfo.c sys/i386/i386 autoconf.c sys/kern tty_cons.c sys/sys cons.h reboot.h Log: Add new boot flag to i386 boot: -p. This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Reviewed by: (partly by jlemon) MFC after: 1 week Revision Changes Path 1.32 +3 -1 src/sbin/reboot/boot_i386.8 1.31 +3 -0 src/sys/boot/i386/libi386/bootinfo.c 1.160 +1 -1 src/sys/i386/i386/autoconf.c 1.97 +24 -0 src/sys/kern/tty_cons.c 1.27 +1 -0 src/sys/sys/cons.h 1.20 +1 -0 src/sys/sys/reboot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112102002.fBAK2Mh21219>