On Sunday, June 04, 2000, Alfred Perlstein wrote:
> I thought Linux did away with thier kerneld concept.  Afaik we can 
> currently load a kld from within kernel context, can you please 
> explain further what you want to do?

   We can, and we also dynamically load modules when needed
(ifconfig, mount).  The kernel can also load modules from KLD
files "on its own" via kern_linker.c:linker_load_file().  An
example of usage is in vfs_syscalls.c:mount(), where if a
specified file system configuration structure (vfsconf) is not
found in the list of 'configured' file systems, mount(2) attempts
to load a module for the file system, if one exists.

-- 
|Chris Costello <[EMAIL PROTECTED]>
|Debugger: A tool that substitutes afterthought for forethought.
`---------------------------------------------------------------


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

Reply via email to