From owner-freebsd-current Sat Oct 3 07:17:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12098 for freebsd-current-outgoing; Sat, 3 Oct 1998 07:17:00 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ceia.nordier.com (m1-12-dbn.dial-up.net [196.34.155.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12071 for ; Sat, 3 Oct 1998 07:16:48 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id QAA01918; Sat, 3 Oct 1998 16:15:26 +0200 (SAT) From: Robert Nordier Message-Id: <199810031415.QAA01918@ceia.nordier.com> Subject: Re: ELF kernel? In-Reply-To: <19981003120951.A431@keltia.freenix.fr> from Ollivier Robert at "Oct 3, 98 12:09:51 pm" To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Sat, 3 Oct 1998 16:15:23 +0200 (SAT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ollivier Robert wrote: > According to Mike Smith: > > You can build an ELF kernel right now (just set KERNFORMAT to elf), and > > if you're up to date with the new bootstrap (as of about now) you can > > boot it just like it was an a.out kernel. > > Why am I getting this error when trying to compile the new bootloader ? > > cc -O -pipe -I/src/src/sys/boot/i386/libi386/../../common -I/src/src/sys/boot/i386/libi386/../btx/lib -c /src/src/sys/boot/i386/libi386/bootinfo.c -o bootinfo.o > /src/src/sys/boot/i386/libi386/bootinfo.c: In function `bi_load': > /src/src/sys/boot/i386/libi386/bootinfo.c:275: structure has no member named `bi_vesa' > *** Error code 1 > > Stop. > > /sys/i386/include/bootinfo.h has no structure member called bi_vesa. This apparently crept in when some code was merged. I've committed a fix. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message