Skip to content

srquentin/LinuxDriverSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxDriverSample

Samples for Linux driver

(1) The skeleton of Linux device driver: task.c
(2) The simple character driver (support sysfs) : charWithSysfs.c
# insmod charWithSysfs.ko
# ls -l /dev/mydev0
(3) Create kernel thread to detect status: kthread.c

About

Samples for Linux driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors