Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 1998 16:15:40 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/boot/common load_aout.c
Message-ID:  <199810092315.QAA06480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/10/09 16:15:40 PDT

  Modified files:
    sys/boot/common      load_aout.c 
  Log:
  Preload support for a.out KLD not implemented yet. (almost)
  KLD modules are *not* PIC.  (Shared libs are pic to avoid relocations
  causing copy-on-write, that's irrelevant here).
  setenv kernelname when we load it.
  Use MODINFO_SSYM/ESYM for each symbol section when (if) there are
  more than one being loaded.
  
  Revision  Changes    Path
  1.9       +25 -131   src/sys/boot/common/load_aout.c



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