Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 12:48:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/boot/i386/libi386 elf_freebsd.c Makefile
Message-ID:  <199809301948.MAA16077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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