From owner-freebsd-current Wed Jan 6 08:02:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00758 for freebsd-current-outgoing; Wed, 6 Jan 1999 08:02:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00753 for ; Wed, 6 Jan 1999 08:02:15 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id LAA51597; Wed, 6 Jan 1999 11:02:22 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Wed, 6 Jan 1999 11:02:22 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: Ying-Chieh Liao cc: Joss Roots , freebsd-current@FreeBSD.ORG Subject: Re: How to Build & Run ELF Kernel In-Reply-To: <19990106234354.A26489@terry.dragon2.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 6 Jan 1999, Ying-Chieh Liao wrote: > On Wed, Jan 06, 1999 at 18:20:19 +0300, Joss Roots wrote: > > any pointers to docs, etc, is highly appreciated > > put this in your /etc/make.conf > KERNFORMAT= elf > > then, > cd /sys/i386/conf ; config -r MYKERNEL ; cd ../../compile/MYKERNEL > make depend all install You should also be aware that you need to install the new bootblocks, after a make world: disklabel -B -b /boot/boot1 -s /boot/boot2 disk is wd0, wd1, sd2 etc..., although could anyone clarify for me if it's possible just to do update boot1 without messing with the boot sector? or does disklabel not even really touch that? -Alfred > -- > mailto:ijliao@dragon2.net?subject="send pgp key" to get my pgp public key > key finger print : FA 38 7E 91 FA 22 FA F6 63 04 E3 B5 A1 9F 0C CD > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message