From owner-freebsd-current Sun Jun 8 22:40:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA05839 for current-outgoing; Sun, 8 Jun 1997 22:40:38 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA05834 for ; Sun, 8 Jun 1997 22:40:36 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id WAA28991 for ; Sun, 8 Jun 1997 22:40:23 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id PAA05885 for current@freebsd.org; Mon, 9 Jun 1997 15:38:08 +1000 Date: Mon, 9 Jun 1997 15:38:08 +1000 From: Bruce Evans Message-Id: <199706090538.PAA05885@godzilla.zeta.org.au> To: current@freebsd.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot Makefile README.serial boot.c boot.h io.c probe_keyboard.c serial.S sys.c Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >bde 1997/06/08 22:10:57 PDT > > Modified files: > sys/i386/boot/biosboot Makefile README.serial boot.c boot.h > io.c probe_keyboard.c serial.S sys.c > Log: > - Added support for "dual" internal/serial consoles (-D flag). If -D is set, > then all i/o from the boot blocks is to and from both the internal console > and the serial console. -D has no effect on the kernel (-h decides the > kernel serial console as usual). -D should normally be set in /boot.config. > - Get help messages from /boot.help. You should copy boot.help from the > biosboot directory to the root directory on the boot drive when you > install new boot blocks. > - New, less invasive keyboard probe. Enable keyboard probe dynamically (-P > flag). Should probably never be used (use -h instead). > - Fixed/improved initialization from boot.config. It didn't interact correctly > with the NAMEBLOCK option, and the initialization of the drive/unit/partition > didn't stick when a non-default kernel name was entered. > - Don't reset or forget the default drive/unit/... or kernel name so often. > - Set the default kernel name to something unbootable after `?'. > - Display the defaults better. > - Removed PROBE_KEYBOARD_LOCK option (use -h instead)., > - Removed BOOT_FORCE_COMCONSOLE option (use device flag 0x20 instead). > - Removed -a (RB_HALT) flag. This flag is only used for reboots. > Submitted by: about 2/3 by yokota You now need to install /boot.help manually when installing new boot blocks. Bruce