搜索资源列表
linux-character.tar
- 一个模拟的字符驱动程序,通过这个可以快速了解字符驱动的开发框架
mydev
- 采用模块方法,添加一个新的字符设备的驱动程序。 并编写一个程序测试添加的驱动。 -Modular approach, adding a new driver character device. And write a program to test the added drive.
code
- vxworks一些程序 Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板-vxworks some programs Char.c and Char.ch is a character device driver template Blk.c is a block device driver template PCI.c are PCI devices mapped memory space templat
os exercise3
- 为字符设备编写设备驱动程序,实现简单的消息传递方式。 内核维护一个消息列表。 为了限制内存使用,我们对每条消息施加4KB的限制,并且还限制所有消息的大小,最初为2MB。(Write a device driver for a character device which implements a simple way of message passing. The kernel maintains a list of messages. To limit memory usage, we imp