Subject: Re: Loadable Kernel Modules
To: Daniel S. Decasper <dan@pointbreak.com>
From: Greg Hudson <ghudson@mit.edu>
List: tech-kern
Date: 11/24/1995 11:54:50
> - Is there a possibility to load modules into the kernel at boot
> time like Solaris or Linux?

Yes, and there has been since before 1.0 was released.  You can read
the man pages lkm(4) and modload(8) for details.  At MIT, we've been
using this feature for an AFS client module for over a year.

In the future, I think netbsd-help@netbsd.org is probably a better
place to send questions of this nature.  I don't speak for the NetBSD
project, though.