Skip to main content

All Questions

Tagged with
0votes
1answer
517views

Creating LKM using Makefile

As of lately, I have decided to begin learning about OS kernels and came across a few resources to aid in my learning process. Following the tutorial, I setup an Loadable Kernel Module and Makefile, ...
0votes
1answer
270views

Creating Kernel Module

I am currently reading a book on Linux Kernel Module Programming - https://tldp.org/LDP/lkmpg/2.4/lkmpg.pdf and I am running into a compilation error when running make. /* hello.c − The simplest ...

close