资源列表
EOS
- EOS是一个主要用于教学的开源操作系统,它的源码风格是windows内核风格。EOS的整体结构简单,从boot、loader、kernel.dll到应用程序,结构清晰简单,但是功能内核功能也比较完整,源码总数为10000多行,比较适合初中级操作系统内核源码学习者。 与Linux0.11或0.12相比,EOS的内核的结构更加的模块化,结构比之清晰,是学习操作系统原理与内核分析研究的较好的工具。 -EOS is a major open-source operating system for
ReactOS-0.3.3-REL-src
- ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。-ReactOS is a number of players under the Windows XP core classes to prepare XP. Core mechanism and realize almost the same API function call. Can even be compatible wi
Tinix
- 这是于渊写的《自己动手写操作系统》一书后面的源代码。-It is written in the Yuan, " write the operating system yourself," the source code behind the book.
yinhangjiasuanfa
- 操作系统作业银行家算法的实现 用C++语言做的 含有 MFC 框架-The implementation of the banker s algorithm MFC framework
pintos.tar
- 操作系统实验,实现对PINTOS系统线程部分的完善-Experimental operating system to realize the part of the complete system thread PINTOS
libata
- LibATA Programming Guide. A must for all linux developers who write code to work with the libata library for SATA/PATA/SCSI devices.
nachosMemoyallocation
- 实现操作系统课程中的nachos 内存分配实验,实现内存的分配-nachos experiment on memory allocation
nachos-4.0
- nachos的源码,这是一个操作系统,可以实现基本功能,可以给大家作为研究和学习使用。-nachos is a opertion system.this rar file is the source code of nachos.you can study operation system with this code.
fenzhi
- 已知两个整数变量A和B,试编写完成下述操作的程序: (1)、若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中。 (2)、若两个数均为奇数,则两数分别加1,并存回原变量。 (3)、若两个数均为偶数,则两变量不变。 -The known two integer the variables A and B, try to write complete the following operating procedures: (1), if two number one is o
demostration_of_os
- os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
rscode
- 李德所罗门校验算法资料合集! Reed-Solomon Data Material Collection 李德所罗门校验算法资料合集! Reed-Solomon Data Material Collection-Li Solomon checksum algorithm data collection! Reed-Solomon Data Material Collection Li Solomon checksum algorithm data collection! Reed-
Minix_chrt_implementation
- Minix下新增系统调用chrt,设置进程的deadline-Minix under the new system calls chrt, the deadline set process
