资源列表
内存管理—FIFO算法
- 请求页式存储管理方案:页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-request page-storage management programs : pages out FIFO algorithm out pages algorithm, and in an out, only to the page in the page table to amend the state spaces. Rather
S_he
- s盒设计源程序 可以用语DES设计 -s box design source can design language DES
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
Nucleus PPP
- Nucleus PPP的有关内容分析,结合了PPP协议和Nucleus编程实现,很有参考的-the contents of the analysis, a combination of PPP and the Nucleus program, a good reference to the
read_PCICFG
- write code to read the PCI configuration information, there are two ways.-write code to read the PCI configuration information, there are two ways.
LinuxGroupMan
- Unix 成组链接法 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理-Unix Group Links UNIX System Simulation of spare pieces Group link, disk storage space to achieve the management
tinyos-1.1.0
- 传感器网络中的嵌入式操作系统源代码,使用nesc(一种扩展的c)编写 -sensor networks embedded operating system source code, the use of nesc (Extended c) Preparation
DosSourceCode-2006
- DOS操作系统源代码,非常经典,对于学习操作系统有很大好处-DOS operating system source code, very classic, learning operating system to be of considerable benefit
dosfs.tar
- DOS/Windows FAT 文件系统实现源码-DOS / Windows FAT file systems FOSS
uboot.tar
- uboot在arm处理器s3c2410的移植代码,并可以移植到其他处理器上-uboot the arm processor s3c2410 transplant code, and can be transferred to other processors
vb生产者-消费者问题
- 用VB实现生产者与消费者问题-VB producer and consumer issues
simulateFileSystem
- 操作系统课程设计,模拟文件系统(unix混合索引方式),此程序是在1周的课程设计中所写,不完善,且代码粗糙。但,希望能给大家一些帮助,也希望能对你们的课程设计有所帮助,更希望能有人修改它。谢谢!-courses on operating system design, simulation File System (unix Index Mixed mode), this procedure is the one-week course design is written, imperfect a
