Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2000 12:49:53 -0700 (PDT)
From:      "Daniel C. Sobral" <dcs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/forth loader.4th support.4th
Message-ID:  <200009161949.MAA98118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dcs         2000/09/16 12:49:53 PDT

  Modified files:
    sys/boot/forth       loader.4th support.4th 
  Log:
  Both boot and boot-conf were using a different algorithm from the one
  used by start to find the kernel. Fix this.
  
  Also, boot would proceed immediately in the absence of a path as
  argument. Check first if a kernel has already been loaded, and, if
  not, fall back to load kernel&modules behavior.
  
  Some further factorizing. I deem this code to be mostly readable by
  now! :-)
  
  Many thanks to: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
  
  Revision  Changes    Path
  1.14      +11 -3     src/sys/boot/forth/loader.4th
  1.10      +29 -31    src/sys/boot/forth/support.4th



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?200009161949.MAA98118>