Date: Fri, 9 Oct 1998 16:59:01 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_module.c Message-ID: <199810092359.QAA07790@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/10/09 16:59:01 PDT
Modified files:
sys/kern subr_module.c
Log:
Updates for alignment rounding. XXX this is highly machine dependent and
should probably be moved to i386/i386/link_machdep.c (and the same for the
alpha).
Implement "deleting" a preloaded module by destroying it's tags. This is a
hack. We cannot reuse the data, it's been destroyed by relocation,
statically initialized variables have been modified, etc. Note that to
reclaim the load space is going to be more machine-dependent work.
Implement a relocate hook for machdep.c to call so that the physical
addresses get converted to the equivalent KVM addresses.
Revision Changes Path
1.2 +134 -15 src/sys/kern/subr_module.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810092359.QAA07790>
