From owner-cvs-all Mon Oct 9 4:29:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00CB537B502; Mon, 9 Oct 2000 04:29:41 -0700 (PDT) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15835; Mon, 9 Oct 2000 04:29:40 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200010091129.EAA15835@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 9 Oct 2000 04:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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