From owner-cvs-all Wed Sep 30 12:48:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07118 for cvs-all-outgoing; Wed, 30 Sep 1998 12:48:33 -0700 (PDT) (envelope-from owner-cvs-all) 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 MAA07033; Wed, 30 Sep 1998 12:48:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16077; Wed, 30 Sep 1998 12:48:09 -0700 (PDT) Date: Wed, 30 Sep 1998 12:48:09 -0700 (PDT) Message-Id: <199809301948.MAA16077@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 elf_freebsd.c Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/30 12:48:09 PDT Modified files: sys/boot/i386/libi386 Makefile Added files: sys/boot/i386/libi386 elf_freebsd.c Log: i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage bootblocks, the kernel shows up as the primary module: [3:24am]~-100# kldstat Id Refs Address Size Name 1 1 0xf0100000 ff00000 /kernel ^^^^ oops.. :-) Based heavily on aout_freebsd.c. Hmm.. There's so much in common that these could probably be combined and just check the metadata to see which format it is. Revision Changes Path 1.6 +2 -2 src/sys/boot/i386/libi386/Makefile