Linux Kernel Module: Building a Tiny Code Generation Pipeline
Introduction Most Linux kernel tutorials focus on writing kernel modules directly in C. Most compiler tutorials focus on parsers, ASTs, and code generation. What happens when we combine both? This pro








