An open API service indexing awesome lists of open source software.

https://github.com/charmitro/lkm-examples

Linux Kernel Module Examples
https://github.com/charmitro/lkm-examples

examples guide linux-kernel-module

Last synced: 12 months ago
JSON representation

Linux Kernel Module Examples

Awesome Lists containing this project

README

          

= Linux Kernel Module Examples

This repository is dedicated in learning how to write LKM (Linux Kernel Modules). Most of the modules are derived from https://sysprog21.github.io/lkmpg[The Linux Kernel Module Programming Guide].

==== Examples list

* https://github.com/charmitro/LKM-examples/tree/master/hello_world[Hello World]
* https://github.com/charmitro/LKM-examples/tree/master/params[LKM Parameters]