vote up 4 vote down star
3

Guys,

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

flag

17% accept rate

5 Answers

vote up 0 vote down

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

link|flag
vote up 3 vote down

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|flag
+1 awesome link – e5 Aug 13 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 2 days ago
vote up 1 vote down

removed

deleted

link|flag
vote up 4 vote down

Hello,

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|flag
vote up 3 vote down

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|flag

Your Answer

Get an OpenID
or

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