搜索资源列表
BaseCPrinter
- 打印基本类 处理WOSA 的基础类过程 信息传递 消息处理-message window wosa
Process-management-simulation
- 为每个进场的PCB数据结构增加一个消息区域,添加相应的进程通信功能。在主程序中添加相应代码进行一些进程间的消息传递。 -For each entry of the PCB data structure to add a message area, add the appropriate process communication functions. Add the appropriate code in the main program some interprocess messagin
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