资源列表
dos
- dos 文档 详细教程 针对于 想学习DOS 但对dos不是很精通的人 其非常完美 保教好会-this product is very important for new
TN05.ELF.Format.Summary.pdf
- 本文是作者在探索系统软件构件的复用技术的过程中生成的技术笔记,重点分析了UNIX 类操作系统中普遍采用的目标文件格式ELF(Executable and Linkable Format),目的是研究操作系统中二进制级软件构件的静态、动态组装技术。本文首先介绍 ELF 文件格式规范,然后结合一个简单的 C 语言程序,分析编译、链接后生成的可重定位、可执行格式实例。 -允许输入拉丁字符的拼音 This article is of technical notes generated in th
memoryAllocate
- 操作系统内存分配模拟,采用首度适应匹配算法,能自动对碎片进行整理-Operating system memory allocation simulation, the first time to adapt to the matching algorithm that can automatically sort out the debris
scheduling-disk-
- 磁盘调度算法,很适合初学者学习操作系统的原理,是很好的基础算法-Disk scheduling algorithm, it is suitable for beginners to learn the principle of the operating system , is a good basic algorithm
Process-scheduling-algorithm
- 进程调度算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Process scheduling algorithm, it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
pv
- 进程同步问题,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Process synchronization problem , it is suitable for beginners to learn the operating system to use, very clear and understandable algorithm .
Memory
- 内存分配算法,很适合初学者理解,内存块的基本分配调度。-Memory allocation , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
pxzhlx
- 排序综合算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Sort synthesis algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
BankerCal
- 银行家算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-The banker s algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
pagchg
- 页面置换算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Page replacement algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
NachOS
- Extension of Nachos to include scheduling,synchronization,memory management
os1
- 完成了“进程控制”。 其实验目的是, 1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。 2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t) 3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息 4. 掌握进程状态的转换 5.了解内存的分配和回收算法。 -Complete process control. Experimen
