From owner-freebsd-current@FreeBSD.ORG Thu Sep 4 10:43:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D0416A4BF for ; Thu, 4 Sep 2003 10:43:00 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69C843FB1 for ; Thu, 4 Sep 2003 10:42:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h84HgcnW001465; Thu, 4 Sep 2003 10:42:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h84HganB001464; Thu, 4 Sep 2003 10:42:36 -0700 (PDT) (envelope-from obrien) Date: Thu, 4 Sep 2003 10:42:36 -0700 From: "David O'Brien" To: Doug White Message-ID: <20030904174236.GB1121@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Doug White , John Birrell , current@freebsd.org References: <20030904041632.GA14639@freebsd1.cimlogic.com.au> <20030903211948.Y88884@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030903211948.Y88884@carver.gumbysoft.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: config(8) KERNEL setting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 17:43:00 -0000 On Wed, Sep 03, 2003 at 09:22:09PM -0700, Doug White wrote: > On Thu, 4 Sep 2003, John Birrell wrote: > > > however kern.post.mk only uses KERNEL_KO, so even though config(8) has > > set KERNEL for me, that name only gets used for the boot directory. > > There doesn't seem to be any way of getting KERNEL_KO set from the > > kernel config file. > > If you change the name of the kernel binary itself, loader won't be able > to find it. Depends on what you rename it to -- mine is "kernel.ko" to stress it really is just another module. Our loader finds it fine (as .ko is one of the supported extentions).