Description: In the Linux system, write a simple character device driver modules, the device has exclusive features, perform read and write operations, the relevant system calls to open, close, read, write.open and were very close with the request and explain the equipment , read and write the content stored in the device module buffer. Equipment modules can be dynamically up and unload, and the establishment of corresponding special file/dev/mydev.
To Search:
File list (Check if you may need any files):
实验5设备管理\dev_test.c
.............\my_dev.c
实验5设备管理