Hacker News new | ask | show | jobs
by shortlived 4772 days ago
On the subject of code reading: are there specific areas of the linux kernel (or minux or ...) that someone would recommend to read?
1 comments

Reading through this book[1] was a really mind-expanding experience for me. It is an overview of the kernel and doesn't dive into any one part in depth, but it was extremely valuable for me in learning how to structure a large c project as the same techniques and ideas are useful for many large projects.

[1] http://www.amazon.com/Kernel-Development-Developers-Library-...