Gary Jennejohn <[email protected]> writes:
> Daniel Rodrick <[email protected]> writes:
> > $ file kernel
> > kernel: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD),
> > dynamically linked (uses shared libs), not stripped
> file is confused.  FreeBSD uses a monolithic kernel and no shared
> libraries are involved.  However, it is possible to dynamically load
> modules using kldload.  See the appropriate man page.

File is right.  The kernel contains relocation entries so kernel modules
can be linked against it.

"monolithic" means something else entirely.

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to