Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 1997 05:15:51 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/boot/biosboot boot.c
Message-ID:  <199702131315.FAA09941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/02/13 05:15:49

  Modified:    sys/i386/boot/biosboot  boot.c
  Log:
  Get defaults for the boot device (and flags) from the file
  "boot.config" (relative to the root directory on the 'a' partition
  on the first BSD slice) if it exists.  If it doesn't exist, then
  the only visible changes should be that the kernel name isn't reset
  to "/kernel" after looking it up fails and that the default name
  is now "kernel".
  
  The new function readfile() can be used for other things:
  - reading help messages.
  - reading splash screens.
  - reading userconfig info.
  
  Revision  Changes    Path
  1.62      +48 -16    src/sys/i386/boot/biosboot/boot.c



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