Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 1997 03:00:43 -0700 (PDT)
From:      Bruce Evans <bde@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
Message-ID:  <199706141000.DAA25599@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706141000.DAA25599>