From owner-freebsd-stable Tue May 9 0:53:41 2000 Delivered-To: freebsd-stable@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 6C9CD37B8A7 for ; Tue, 9 May 2000 00:53:36 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12p4pM-000IBs-00; Tue, 09 May 2000 09:53:12 +0200 From: Sheldon Hearn To: "Dan O'Connor" Cc: "freebsd-stable" Subject: Re: Kernel build number in 4.0-STABLE In-reply-to: Your message of "Mon, 08 May 2000 19:21:05 MST." <008601bfb95d$45742580$0200000a@danco> Date: Tue, 09 May 2000 09:53:12 +0200 Message-ID: <69927.957858792@axl.ops.uunet.co.za> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 08 May 2000 19:21:05 MST, "Dan O'Connor" wrote: > What is the proper method for building a 4.0-STABLE kernel? Any way that works. Since both methods achieve the same goal, either one is okay. Note, though, that work is being done on the installkernel target so that you can do this: 1) Add this to /etc/make.conf: KERNEL= AXL AXL.SAFE GENERIC 2) Create a working obj tree and kernels: cd /usr/src make buildworld make buildkernel This step could be automated to run overnight, for example. 3) Install the desired kernels: make installkernel 4) Reboot and complete the installation with cd /usr/src make installworld The installkernel target would (in this example) create the following kernels: AXL -> /kernel AXL.SAFE -> /kernel.AXL.SAFE GENERIC98 -> /kernel.GENERIC You can't do this in STABLE yet, but patches are available for CURRENT. We're just waiting for feedback from pc98 and alpha users before committing the code. I imagine that this will be available in STABLE in a month or so. For now, this is just another one of those go-nowhere threads that everyone who likes to see his name in print will get involved in. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message