From owner-freebsd-current Sun Dec 27 20:34:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19201 for freebsd-current-outgoing; Sun, 27 Dec 1998 20:34:08 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19196 for ; Sun, 27 Dec 1998 20:34:07 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost.cdrom.com [127.0.0.1]) by zippy.cdrom.com (8.9.1/8.9.1) with ESMTP id UAA14086; Sun, 27 Dec 1998 20:33:38 -0800 (PST) To: Greg Lehey cc: FreeBSD current users Subject: Re: How do I build an a.out kld? In-reply-to: Your message of "Mon, 28 Dec 1998 14:59:09 +1030." <19981228145909.R12346@freebie.lemis.com> Date: Sun, 27 Dec 1998 20:33:38 -0800 Message-ID: <14069.914819618@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 1. I can build an ELF kernel. My understanding is that this will > also require me to install the new style boot blocks. Correct? > If so, is there any documentation on what to do here? Correct. 1. cd /sys/boot && make all install 2. disklabel -B da0 (or whatever your boot disk is). Make sure you're also running a -current disklabel. Set KERNFORMAT=elf in /etc/make.conf if you want to turn this on by default. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message