Hi, > i am new to kernel development,can any one suggest me how to load kernel > module at boot time. You can build device support directly into the kernel or as a module. ( y or m when configuring it) Some have necessary to be compiled internally to allow booting.
> like in which file i can include my script code. please thank you in > advance. Typically you do this in an initramfs, so you can have your init scripts to load what your want. Non essential modules can be loaded with (insmod)/modprobe in their busybox / klibc variants. Regards Andrea > -- > thanks&Regards > k.v.raju > _______________________________________________ > Angstrom-distro-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel > _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
