Ioctl
This commit is contained in:
parent
04b82dab30
commit
0657191cf0
5 changed files with 143 additions and 0 deletions
7
ioctl_chardev/README.txt
Normal file
7
ioctl_chardev/README.txt
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue