Jan. 5, 2011
4:55 a.m.
Dear All, I have a kernel module which i want to add to kernel permanently(I was doing it dynamically) . How can we achieve this ? Regards, Praveen
Jan. 5, 2011
5:07 a.m.
Build it as part of the base kernel. In your Makefile, replace obj-m with obj-y. Refer Linux Kernel Development - Robert Love Chapter 17. Regards, Prabhu On Wed, Jan 5, 2011 at 10:25 AM, Praveen kumar <chatpravi@gmail.com> wrote:
Dear All, I have a kernel module which i want to add to kernel permanently(I was doing it dynamically) . How can we achieve this ?
Regards, Praveen
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
5700
Age (days ago)
5700
Last active (days ago)
1 comments
2 participants
participants (2)
-
Prabhu nath -
Praveen kumar