diff options
author | peter <peter@FreeBSD.org> | 1998-10-09 23:49:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-10-09 23:49:28 +0000 |
commit | 38a52673caaa6c91d9c543d6cfdb0450cea1b49b (patch) | |
tree | 4c36541c26fb1fa29d6aa4ad396aa7b5f39e90a5 /sys/kern/subr_module.c | |
parent | 80590bd05bd64aec48364f0518425a2f4c7dc14c (diff) | |
download | FreeBSD-src-38a52673caaa6c91d9c543d6cfdb0450cea1b49b.zip FreeBSD-src-38a52673caaa6c91d9c543d6cfdb0450cea1b49b.tar.gz |
Updates for KLD backends.
- symbol_values checks that the symbol is indeed belonging to the
correct symbol and string table pairs before looking up. (since there
could be many pairs, and KLD/DDB need to find out).
- different ops for files versus preload modules - the unload mechanism
is different. (a preloaded module has to be deleted on unload since
the in-core image is tainted by relocation and variables used)
- Do not build an a.out kernel module if we're running on an elf
kernel. :-) Note that it should theoretically be possible to
mix a.out and elf KLD modules providing -mno-underscores was used
to compile it, or some other symbol conversion takes place.
- Support preload modules (even though /boot/loader doesn't yet)
- Search the module path when loading files.
Diffstat (limited to 'sys/kern/subr_module.c')
0 files changed, 0 insertions, 0 deletions