Skip to content

arthur-zhang/helloworld-char-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

helloworld-char-device

Usage:

make

// install module

sudo insmod my_char_dev.ko

// uninstall module

sudo rmmod my_char_dev.ko

// read data from char dev

sudo cat /dev/mychardev

About

Linux char device driver, show how TASK_UNINTERRUPTIBLE works and D state process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published