https://github.com/afiskon/linux-kernel-modules
Experiments with Linux kernel modules
https://github.com/afiskon/linux-kernel-modules
driver-programming drivers kernel linux ring0
Last synced: 6 months ago
JSON representation
Experiments with Linux kernel modules
- Host: GitHub
- URL: https://github.com/afiskon/linux-kernel-modules
- Owner: afiskon
- License: gpl-2.0
- Created: 2021-09-05T09:00:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T13:40:54.000Z (almost 4 years ago)
- Last Synced: 2025-07-11T07:23:48.511Z (6 months ago)
- Topics: driver-programming, drivers, kernel, linux, ring0
- Language: C
- Homepage: https://eax.me/linux-kernel-module/
- Size: 22.5 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux-kernel-modules
Experiments with Linux kernel modules. All modules were tested on:
- Raspberry Pi 3 Model B+
- Raspbian GNU/Linux 10 (buster)
- Linux Kernel 5.10.60-v7+
Recommended materials:
- https://kernelnewbies.org/
- https://linux-kernel-labs.github.io/
- https://github.com/torvalds/linux/tree/master/Documentation
- https://github.com/sysprog21/lkmpg/
- https://github.com/wendlers/rpi-kmod-samples
- https://github.com/ALIBERA/linux_raspberrypi_book
- https://github.com/0xAX/linux-insides