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
- Host: GitHub
- URL: https://github.com/charmitro/lkm-examples
- Owner: charmitro
- Created: 2023-12-01T10:50:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T20:54:34.000Z (over 2 years ago)
- Last Synced: 2023-12-21T21:48:27.673Z (over 2 years ago)
- Topics: examples, guide, linux-kernel-module
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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]