I'm building a custom kernel following section 8 of the Handbook, "Configuring the FreeBSD Kernel." Section 8.4, "Kernel Drivers, Subsystems, and Modules," briefly describes dynamically loadable kernel modules but doesn't go into much detail on the advantages/disadvantages of loaded modules versus drivers compiled into the kernel.
That leaves me to ask:
1. Is there any benefit to removing all drivers from the kernel that can be loaded via modules, using loader.conf?
2. What about the inverse? Is there any benefit to compiling drivers into the kernel versus loading modules?
Christopher
That leaves me to ask:
1. Is there any benefit to removing all drivers from the kernel that can be loaded via modules, using loader.conf?
2. What about the inverse? Is there any benefit to compiling drivers into the kernel versus loading modules?
Christopher