No description
Find a file
2026-02-24 13:59:04 +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 Now passes checkpatch 2026-02-24 13:57:41 +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 Notes on checkpatch 2026-02-24 13:59:04 +01: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

Style

Check for style with:
${LINUX_PATH}/scripts/checkpatch.pl -f ./file.c