From owner-freebsd-bugs Sun Nov 1 15:10:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22289 for freebsd-bugs-outgoing; Sun, 1 Nov 1998 15:10:00 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22281 for ; Sun, 1 Nov 1998 15:09:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20867; Sun, 1 Nov 1998 15:10:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21996; Sun, 1 Nov 1998 15:06:36 -0800 (PST) (envelope-from nobody) Message-Id: <199811012306.PAA21996@hub.freebsd.org> Date: Sun, 1 Nov 1998 15:06:36 -0800 (PST) From: rv@fore.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/8533: Bootloader doesn't recognize ELF kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8533 >Category: kern >Synopsis: Bootloader doesn't recognize ELF kernel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 1 15:10:00 PST 1998 >Last-Modified: >Originator: Rajesh Vaidheeswarran >Organization: >Release: 3.0-RELEASE >Environment: FreeBSD freebsd.eng.fore.com 3.0-RELEASE FreeBSD 3.0-RELEASE #0: Sun Nov 1 15:27:24 EST 1998 bash@freebsd.eng.fore.com:/usr/src/sys/compile/FB30 i386 >Description: I compiled a kernel with KERNFORMAT?= elf and the bootloader couldn't load the elf kernel. The complaint was: kernel: Invalid format! 1. If it was unsupported, then should the makefile probably warn that it is invalid to change the format? 2. When do we plan to support elf format in the kernel? Thanks >How-To-Repeat: config a kernel of your choice in 3.0, cd /sys/compile/Myourkernel> edit the Makefile and replace 'aout' with 'elf' in KERNFORMAT? flag and compile (make clean; make depend; make; make install) >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message