up vote 11 down vote favorite
8
share [g+] share [fb]

I want to learn linux kernel programming.

What would be the starting points for that ? What could be some of the simpler problems to target ?

thanks in advance

link|improve this question

52% accept rate
feedback

4 Answers

up vote 7 down vote accepted

Try to get hold of Robert Love's book on Linux Kernel Programming. Its very concise and easy to follow.

After that or along with that, you may want to take a look at "Understanding the Linux kernel".But I wouldn't recommend it during the early stages.

Also, look at the Linux kernel programming guide. Since a lot can be learnt from programing kernel modules, that guide will help you. And yes, for a lot of information, consult the 'documentation' sub-directory of the Kernel sources tarball.

link|improve this answer
feedback

Check out The Linux Kernel Janitor Project

''We go through the Linux kernel source code, doing code reviews, fixing up unmaintained code and doing other cleanups and API conversions. It is a good start to kernel hacking.''

link|improve this answer
1  
+1 awesome link – Ethan Heilman Aug 13 '09 at 20:10
For those interested in learning more about The Linux Kernel Janitor Project, I wrote my master thesis analysing their work. That report is now recently published as a book, ISBN 978-3-639-20637-1. bookfinder.com/search/… – hlovdal Nov 24 '09 at 0:27
feedback

I would have to say:"learn C". :)

Try this free online book.

Linux Kernel Module Programming Guide http://www.linuxhq.com/guides/LKMPG/mpg.html

link|improve this answer
feedback

Check kernelnewbies.org, subscribe to the Kernelnewbies mailing list, got to irc.oftc.org #kernelnewbies

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.