Skip to content

Tag: insmod

Problem running “Hello World” linux module

I’m trying to compile and run a “Hello World” module from the book “Linux Device Drivers” the program ~/ldd3/hello.c I’m trying to compile is: And the Makefile is: When I run make, the compilation seems ok: But when I run : the “Hello World” message doesnt get p…