This commit is contained in:
Imbus 2026-02-24 13:49:54 +01:00
parent 04b82dab30
commit 0657191cf0
5 changed files with 143 additions and 0 deletions

7
ioctl_chardev/README.txt Normal file
View file

@ -0,0 +1,7 @@
sudo rmmod my_ioctl
sudo insmod my_ioctl.ko
The device node is created automatically on load.
Otherwise:
sudo mknod /dev/hello c <Major> <Minor>