Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 1998 15:06:36 -0800 (PST)
From:      rv@fore.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/8533: Bootloader doesn't recognize ELF kernel
Message-ID:  <199811012306.PAA21996@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811012306.PAA21996>