On Fri, 19 May 2000 17:35:34 PDT, "Manny Obrey" <[EMAIL PROTECTED]> wrote:
>I saw the following near the end of running  "make depend;make" during a 
>kernel re-config ... seriously, is this something to be concerned about?
...
>cc -elf -shared -nostdlib hack.c -o hack.So

To expand somewhat on Kris's answer: hack.So is a dummy shared object
whose sole purpose is to make the linker mark the kernel as a
`dynamic', rather than `static' executable.  This allows it to use the
dynamic loader (ie load kernel modules at run time).  This is probably
an RTFM, but I'm not sure which FM to suggest you R.

Peter


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to