Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 04:29:40 -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
Message-ID:  <200010091129.EAA15835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dcs         2000/10/09 04:29:40 PDT

  Modified files:
    sys/boot/forth       loader.4th 
  Log:
  Now I see the error of my ways.
  
  Previous revision of this file changed the "boot" commands to take
  no arguments from the stack. This is only valid in the case where
  a kernel has not been loaded. In that case, load_kernel_and_modules
  will be called, which takes a list of arguments from the stack.
  
  When a kernel is presently loaded, though, the list of arguments must
  be passed to the boot command, which was the behaviour before the last
  revision.
  
  Fix things for both cases.
  
  Noticed by: S-Max and others on that chat room
  
  Revision  Changes    Path
  1.19      +9 -7      src/sys/boot/forth/loader.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?200010091129.EAA15835>