--- Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Nov 28), Florin 
Betivoiu
said:
> > I would like to know if there is any way to not compile in the kernel
> > drivers I don't need. For example kldstat -v shows that lots of
> > miibus modules are loaded when i just need pnaphy, or lots of agp
> > modules when I just need intel. Please excuse my poor english, as I
> > am not a native speaker. Thanks in advance for any suggestions,
> > pointers.
> 
> In your kernel config file, you can use MODULES_OVERRIDE to build only
> the modules you need.  Modules are defined in the /sys/modules
> directory, though, and it looks like there is a single "mii" module
> that includes support for all chipsets.  Same for the agp device, so
> you have to build all of them or none.  The sound driver is a bit more
> modular, and you can choose to build only the driver for a single
> chipset.  See /sys/confi/NOTES for a description of the syntax for
> MODULES_OVERRIDE.
> 
> -- 
>       Dan Nelson
>       [EMAIL PROTECTED] 

Ok. With this config file: http://tinfed.dap.ro/PONY I compiled a kernel that has 
2.1MB in size.
Probably I shouldn't compare it with others, but is it not too big?

________________________________________________________________________
Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs
http://www.yahoo.co.uk/robbiewilliams
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to