I'd like to build a monolithic kernel without loadable module support. I've also made it on Linux, but I haven't found such howto for FreeBSD. Is there any opportunity to do this?
this doesn't answer your question directly but you can disable (un-)loading of modules during runtime if you set the securelevel to sth >= 1.
afaik, there are some things which only work as modules so disabling modules might not be a good idea. acpi is one of them, i believe.
hth,
phil. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
