My Linux Kernel Hacking Journal
This is my collection of notes on learning more about the Linux kernel. I've taken this up as a little hobby as of May 2022; always thought it'd be cool to contribute a patch. Let's see how long I keep this up. Last time I touched C was probably 2004-2005.
Resources
The C Programming Language
- The C Programming Language by Kernighan and Ritchie. The C bible.
- Learn-C.org is a decent intro. I like that the content is on GitHub with lots of activity and support. I will update this if I find something better, though.