Date: Sun, 10 Sep 2006 11:55:41 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Viswas Nair <fysical@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Integrating kernel modules into the kernel while building the kernel Message-ID: <20060910165539.GE30620@dan.emsphone.com> In-Reply-To: <73d604760609100122w387d4ebet6e68a07391ae4eff@mail.gmail.com> References: <73d604760609100122w387d4ebet6e68a07391ae4eff@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060910165539.GE30620>