Linux Kernel Development: Exploring USB device drivers

In this follow-up post, I cover my experience experimenting with USB device drivers.

May 20, 2024 · 6 min · felipe

Getting Started With Linux Kernel Development

In this post, I cover my experience diving into writing a Loadable Kernel Module (LKM) for the Linux kernel. From setting up the development environment to compiling and testing the module.

May 9, 2024 · 8 min · felipe