From owner-cvs-all Sun May 9 14:42:14 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 2A41015168; Sun, 9 May 1999 14:42:12 -0700 (PDT) Subject: Re: cvs commit: src/sys/conf options src/sys/i386/i386 autoconf.c src/sys/i386/conf GENERIC LINT Makefile.i386 files.i386 In-Reply-To: <21969.926281972@critter.freebsd.dk> from Poul-Henning Kamp at "May 9, 1999 10:32:52 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Sun, 9 May 1999 14:42:12 -0700 (PDT) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, jb@cimlogic.com.au X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1277 Message-Id: <19990509214212.2A41015168@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > In message <199905092039.GAA15011@cimlogic.com.au>, John Birrell writes: > >Poul-Henning Kamp wrote: > >> Major lobotomy of config(8). The > >> > >> config kernel mumble mumble > >> > >> line has been obsoleted and removed and with it went all knowledge of > >> devices on the part of config. > > > >Does this change mean that it is no longer possible to choose the name > >of the "kernel"? I was using this "feature" for embedded kernels that > >get loaded into flash on boards. These embedded kernels aren't general, > >so I thought they deserved to have board-specific names. > > Uhm, sorry, didn't think anybody used that feature (considering how > many places "kernel" was already hardcoded). Well now you know. Please put it back (not all of it, just the ability to say "config foo" to specify the name of the kernel image). As for "kernel" being hardcoded, it should not be. Anything that needs to know the name of the currently running kernel image should be getting it from the kern.bootfile sysctl variable. Harcoding "kernel" is generally a bug. (savecore(8) is one example.) It's certainly a bug here. I name all my kernels "vmunix". Anyone who does something that breaks my ability to do that will have to face me and *my* axe. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message