Ask HN: Best hands on kernel books?

6 points by VohuMana ↗ HN
Hello all, looking to get into Kernel development and want to know your recommendations for books or resources on Kernel development? Hands on or project based would be best but anything would help. Thanks!

6 comments

[ 3.1 ms ] story [ 28.9 ms ] thread
I found "Linux Device Drivers, Third Edition" by Rubini et al an excellent intro to Kernel development:

https://lwn.net/Kernel/LDD3/

Probably a lot has changed in the Linux kernel since then, so YMMV.

Thanks, a lot has probably changed but I'm sure a lot is similar.