Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 180 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 180 Bytes

CharDeviceDriverLKM

An example of Linux Char Device Driver

# mknod /dev/test c 66 1
# chmod a+r+w /dev/test
$ echo -n 7 > /dev/test
$ cat /dev/test
7