Date: Sat, 8 Dec 2001 08:23:12 -0500 From: "Dragon Fire" <dragonfire820@mediaone.net> To: <freebsd-hackers@FreeBSD.ORG> Subject: Building the Kernel Message-ID: <009601c17feb$7c779b60$037d6041@gandalf>
next in thread | raw e-mail | index | archive | help
Quick question. I am running FreeBSD 4.4. I comfortable building the kernel "the old way" but in the FreeBSD handbook there is the "new way", which is described below. There appears to be no support for buildkernel anywhere, please point me in the right direction. Thank you in advance! Procedure 2. Building a kernel the ``new'' way 1.. Change to the /usr/src directory # cd /usr/src 2.. Compile the kernel. # make buildkernel KERNCONF=MYKERNEL 3.. Install the new kernel. # make installkernel KERNCONF=MYKERNEL Note: In FreeBSD 4.2 and older you must replace KERNCONF= with KERNEL=. 4.2-STABLE that was fetched after Feb 2nd, 2001 does recognize KERNCONF= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009601c17feb$7c779b60$037d6041>