文件名称:shebeiguanli
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 1次
- 提 供 者:
- pe***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在Linux系统中,编写一个简单的字符型设备驱动程序模块,设备具有独占特性,可执行读和写操作,相关系统调用为open,close,read,write.open和close分别相当与请求和解释设备,read和write将内容保存在设备模块内缓冲区中。设备模块可动态注册和卸载,并建立与之对应的特殊文件/dev/mydev。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验5设备管理\dev_test.c
.............\my_dev.c
实验5设备管理
.............\my_dev.c
实验5设备管理