2024-11-20 1 min read

My Journey into the Linux Kernel

#Linux#C#Systems

Introduction

The Linux kernel is the core interface between a computer's hardware and its processes...

The Challenge

Writing a kernel module isn't like writing a standard C program. You don't have access to the standard library (stdlib.h).