Linux Kernel Development Resources
[ ]The content is recoverd from Wordpress Blog, for more details please check HERE
January 12, 2017
Here are some resources for digging into linux kernel development (Keep updating)
Books
- Understanding Linux Kernel [ULK]
- Linux Kernel Development [LKD]
- Linux Driver Development [LDD]
- Linux Kernel Module Programming Guide [LKMPG]
- Linux in a Nutshell
Sites
- Eudyptula Challenges: A step-by-step challenge for kernel newbies to get familiar with kernel. it promise you can get into kernel development after finish all tasks http://eudyptula-challenge.org/
- The Linux Documentation Project: Website provide useful resources for linux & kernel http://www.tldp.org/
- The Linux Kernel Archives: Official Kernel release site https://www.kernel.org/
- Kernel Newbies: Website for newbies who want to involve in kernel hacking (I think it is deprecated, especially the kernel janitor’s project) https://kernelnewbies.org/
- Linux Kernel Monkey Log: One of the famous kernel developer Greg Kroah ‘s blog http://www.kroah.com/log/
- Rlove: One of the famous kernel developer Robert Love’s blog https://www.rlove.org/
- Linux Cross Reference: Only thing I know is I can found kernel source tree there 🙁 But I think it has more than that http://lxr.free-electrons.com/
- Cgit Kernel Tree: All of linux kernel trees hosting with git and a web interface cgit https://git.kernel.org/cgit/
- Linus Torvalds Kernel Official Tree: No need to introduce, just the URL: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/
- Resources for people want to write and/or understand linux kernel http://www.dit.upm.es//~jmseyas/linux/kernel/hackers-docs.html
- Linux Insides Github Repository https://github.com/0xAX/linux-insides
Kernel, Linux C. Linux, kernel, Laravel, PHP, Python, Shell, Web, wine
Historical Comments
Post navigation ————— NEXT
IO 多路复用 — select 和 poll PREVIOUS ULK Chapter2 总结