Hi all,
Here are few useful links for Kernel development
1. http://crashcourse.ca/introduction-linux-kernel-programming/introduction-linux-kernel-programming
1. http://crashcourse.ca/introduction-linux-kernel-programming/introduction-linux-kernel-programming
3. http://www.linuxplanet.com/linuxplanet/tutorials/202/1/ (for kernel build)
5. http://oreilly.com/openbook/linuxdrive3/book/index.html (Linux device Driver book)
6. https://github.com/bafu/ldd3-examples (Linux Device Driver book’s example code)
7. http://lxr.linux.no/ (Linux cross reference)
8. http://tldp.org/LDP/lkmpg/2.6/html/index.html (linux kernel module programming guide)
9. http://kerneldox.net/db/d5f/gpio-cfg_8h.html (linux kernel docs)
10. http://www.linuxforu.com/tag/linux-device-drivers-series/page/2/ [complete tutorial ]
I hope you will a lot of material related to kernel programming and development.