Kernel Modules: Introduction

This blog post details the experiences of writing “Hello World!” kernel module. Problem Statement: – This kernel module should be able be loaded and unloaded successfully. – This driver should be able to be built using arbitary kernel source headers. – The checkpatch.pl script should show no errors/warnings. – This driver should be compatible with […]

Read more "Kernel Modules: Introduction"