Newbie question: kernel image a dynamically linked binary?
    Dag-Erling Smørgrav 
    des at des.no
       
    Thu Apr  1 21:42:16 UTC 2010
    
    
  
Gary Jennejohn <gary.jennejohn at freenet.de> writes:
> Daniel Rodrick <daniel.rodrick at gmail.com> 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 - des at des.no
    
    
More information about the freebsd-drivers
mailing list