Penguin
Note: You are viewing an old revision of this page. View the current version.

This page is going to be about LinuxKernel development.

It is going to be a little messy as I start to document bits and pieces. Feel free to AddToMe or refactor other pages.

There are useful tools for kernel development available such as Ostra and Sparse

Today most KernelDevelopment is done with Git. See KernelDevelopmentWithGit for more details.

A couple of useful articles for kernel development from IBM:
http://www-128.ibm.com/developerworks/linux/edu/l-dw-linux-kernelhack1-i.html
http://www-128.ibm.com/developerworks/linux/edu/l-dw-linux-kernelhack2-i.html

A useful cross reference of the LinuxKernel source code can be found at http://lxr.linux.no/


CategoryKernel