Building a custom kernel

Nikolas Britton freebsd at nbritton.org
Sat Jan 1 14:27:10 PST 2005


Kövesdán Gábor wrote:

>Hi,
>
>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?
>
>  
>
makeoptions   MODULES_OVERRIDE=""

this will only prevent kernel modules from being build, so it doesn't 
directly address your question.


More information about the freebsd-questions mailing list