Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 257 Bytes

简易Linux字符设备驱动程序

运行:

./driver.sh

运行效果:

read: This is a message from kernel character driver!
write length: 23
write length: 1
write length: 23
read: hello world from user1! hello world from user2!