RE: Learning to write kernel modules
Hi narendra, There are many books. What I feel to consider for hands on writing kernel modules yo can refer Linux Device Driver by JONATHAN CORBET, ALESSANDRO RUBINI & GREG KROAH-HARTMAN. Thanks, Rahul -----Original Message----- From: "Narendra Joshi" <narendraj9@gmail.com> Sent: 25/4/2014 8:14 PM To: "Kernelnewbies@kernelnewbies.org" <Kernelnewbies@kernelnewbies.org> Subject: Learning to write kernel modules Can someone suggest some resources for learning to write kernel modules for 3.x linux kernels? -- narendra _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
There is a free on-line version of that book, Narendra. https://lwn.net/Kernel/LDD3/ I will suggest "Professional Linux Kernel Architecture" by Wolfgang Mauerer too. I don't know if an on-line version, but it's a good book. -- Julio Cesar Faracco University of São Paulo - Brazil
Hi, I am also a kernel newbie. You can look up Documentation/kernel-docs.txt under the source tree. This file lists a lot of reference books. And you can also find its latest version here: http://www.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html I hope it can help you. -- Le Tan 2014-04-26 0:50 GMT+08:00 Julio Faracco <jcfaracco@gmail.com>:
There is a free on-line version of that book, Narendra.
I will suggest "Professional Linux Kernel Architecture" by Wolfgang Mauerer too. I don't know if an on-line version, but it's a good book.
-- Julio Cesar Faracco University of São Paulo - Brazil
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (3)
-
Julio Faracco -
Le Tan -
Rahul Sharma