Date: Fri, 9 Oct 1998 16:18:44 -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_elf.c Message-ID: <199810092318.QAA06551@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/10/09 16:18:43 PDT
Modified files:
sys/boot/common load_elf.c
Log:
Implement preloading for elf modules
- get dependency info from PT_DYNAMIC's DT_NEEDED tags.
- store MODINFOMD_DYNAMIC for the kernel's later use
setenv kernelname when we have it
Fix firstaddr/lastaddr calculation (duh! :-)
Explicitly skip string table with section names in it.
Revision Changes Path
1.3 +129 -33 src/sys/boot/common/load_elf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810092318.QAA06551>
