Gideon N. Guillen wrote:
On Mon, 2003-07-07 at 10:37, Ariz Jacinto wrote:true, the module will be part of a kernel image & not as a separate file but based on my observation, the module will not be initialized & thus can't be used without loading it first either thru CLI modprobe/insmod or /etc/modules.Well, if you compile the module to be part of the kernel image, then when the kernel loads, that former module will also be loaded since it's already a part of the kernel itself. And if you need to pass some parameters, then you'll have to use the kernel boot parameters, which requires typing something in the boot prompt or editing your lilo.conf or grub.conf or whatever boot loader you are using. :)
correct!!! =D
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
