↧
Linux Kernel Development
Developing code in the kernel does not require genius, magic, or a bushy Unix-hacker beard. – Robert Love, Linux Kernel Development
View ArticleCustom Kernel on Fedora
Why would someone want to have a custom kernel? Well, maybe you like the cutting-edge features or maybe you want to hack on it! Anyway, this post explains step-by-step, how to download, build and...
View ArticleMagical container_of() Macro
When you begin with the kernel, and you start to look around and read the code, you will eventually come across this magical preprocessor construct. What does it do? Well, precisely what its name...
View Article