From owner-cvs-sys Sat Jun 14 03:01:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA16340 for cvs-sys-outgoing; Sat, 14 Jun 1997 03:01:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA16312; Sat, 14 Jun 1997 03:01:12 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA25599; Sat, 14 Jun 1997 03:00:43 -0700 (PDT) Date: Sat, 14 Jun 1997 03:00:43 -0700 (PDT) Message-Id: <199706141000.DAA25599@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot boot.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/06/14 03:00:43 PDT Modified files: sys/i386/boot/biosboot boot.c Log: Load the kernel config file where userconfig (with option USERCONFIG_BOOT) will see it. The name of the file is obtained by appending ".config" to the name of the kernel file. If the file doesn't exist, then an annoying message is printed. Reduced the command line buffer size yet again from 4096 to 1024. It is oversized to defend against overrun in gets(), but data space is starting to run out so the buffer size can't be as grossly oversized as before. Revision Changes Path 1.67 +29 -6 src/sys/i386/boot/biosboot/boot.c