No description
Find a file
2026-02-24 13:50:01 +01:00
chardev Yes 2025-10-16 15:08:16 +02:00
demo_module Demo module, initially for RPI 2026-02-24 12:51:41 +01:00
ioctl_chardev Ioctl 2026-02-24 13:49:54 +01:00
.clang-format Formatting and editorconfig from kernel 2026-02-24 13:49:08 +01:00
.editorconfig Formatting and editorconfig from kernel 2026-02-24 13:49:08 +01:00
.gitignore ignore .elf 2026-02-24 13:50:01 +01:00
README.md Dmesg 2024-06-12 15:03:43 +02:00

Linux kernel module

Requires:

$ sudo dnf install kmod kernel-devel kernel-headers

Build:

$ make

Watch dmesg

sudo dmesg -wT

Insert & remove

sudo insmod demo_module.ko sudo rmmod demo_module.ko