Tag: kernel module programming
-
Linux Block Device Drivers : The Complete Beginner’s Guide
Learn Linux block device drivers from scratch how they work, how to write one, request queues, bio structures, blk-mq, and real kernel code examples. The most complete beginner guide you’ve ever wondered how your Linux system actually talks to a hard disk, an SSD, or even a RAM-based virtual disk block device drivers are the…
-
Modules Programming Basics: Master Ultimate Guide to Linux Kernel Modules (2026)
Learn Modules Programming Basics in Linux with clear examples, step-by-step guidance, and beginner-friendly explanations for efficient kernel module development. If you are starting your journey into Linux kernel development, modules programming basics is one topic you simply cannot skip. Kernel modules are the safest, cleanest, and most practical way to learn how the Linux kernel…
