Integrating kernel modules into the kernel while building the kernel

Dan Nelson dnelson at allantgroup.com
Sun Sep 10 09:55:43 PDT 2006


In the last episode (Sep 10), Viswas Nair said:
> I have a bunch of kernel modules I load from loader.conf. Eg: snd_emu10k1,
> acpi, ndis and many others.
> I am thinking of custom building the kernel. Could anyone guide me into
> integrating these kernel modules into the kernel, so that i dont have to
> load these options into loader.conf?

Just add them as devices to your config file.  Take a look at
/sys/config/NOTES and /sys/i386/config/NOTES for the full list and any
dependencies.

device sound
device snd_emu10k1
device acpi
device ndis

-- 
	Dan Nelson
	dnelson at allantgroup.com


More information about the freebsd-questions mailing list