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

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

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