资源列表
[操作系统开发] nucleus_all_source
说明:nucleus 文件系统,内核和彩色图形系统,在小系统上非常好用-nucleus file system, the kernel and color graphics system, the system is very small handy<eastwell> 在 2008-10-13 上传 | 大小:971.6kb | 下载:2
[操作系统开发] Edk-Dev-Snapshot-20061228
说明:EFI BIOS是Intel提出的下一代的BIOS标准。这里上传的Edk源代码是EFI BIOS源代码中的与平台无关部分的代码,可以在.net 2003环境下开发和编译,并可以在Windows环境下运行和调试仿真的BIOS。-EFI BIOS is the Intel's next generation of BIOS standards. Edk here uploaded the source code is EFI BIOS source code and the platform<刘军> 在 2008-10-13 上传 | 大小:13.71mb | 下载:2
[操作系统开发] PCAUSA_Samples
说明:Complete PCAUSA samples including various kernel mode TDI code, TDI filters/redirectors and NDIS filters.-Complete PCAUSA samples including variou TDI's kernel mode code. TDI filters / redirectors and NDIS filters.<first> 在 2008-10-13 上传 | 大小:18.55mb | 下载:2
[操作系统开发] 5050309915_project_2
说明:操作系统课程设计 在minix3下实现实时进程,这是在minix3.1.1下修改过的源码<bz> 在 2008-10-13 上传 | 大小:45.16kb | 下载:2
[操作系统开发] S3C2440_uCos-II
说明:ucos-ii在 阳初2440开发板的移植 可支持从norflash启动,从nandflash启动以及由其它bootloader加载到SDRAM中运行<yyc> 在 2008-10-13 上传 | 大小:150.91kb | 下载:2
[操作系统开发] 操作系统-短作业优先调度算法
说明:作业调度算法之短作业优先-就是优先调度并处理短作业(The shortest job priority of job scheduling algorithm is to give priority to scheduling and process short jobs.)<橙色霸王龙> 在 2025-06-10 上传 | 大小:806kb | 下载:1
[操作系统开发] 实验一 进程及其资源管理.cpp
说明:操作系统课程实验一:进程及其资源管理,C++实现(Process and its resource management)<惜风浅羽> 在 2025-06-10 上传 | 大小:8kb | 下载:1
[操作系统开发] consumer_producer
说明:1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a critical resource: When the pr<muzuokai> 在 2025-06-10 上传 | 大小:1kb | 下载:1