资源说明:File management system implementation:
- basic requirements: using the disk file to realize the operating system file management features, mainly including the directory structure management, peripheral storage space allocation and release and free space management of three parts.
Fox reference hours: 16 hours
Fox experiment tip:
Through the initialization operation in order to build a model of the space documents, in this file save directory and file content. Create this file should create initial root directory contents, index node and free space a pictorial view. The root directory is a special file, its content for the ". "and".." Directory entry.
Index node should include type (directory or file), date created, size, disk address (in order to simplicity, can use single line
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
-
- 6-828Fall-2006.zip美国mit 操作系统课程,全部文件。包含jos全部试验,是学习操作系统的极佳材料 ...
- operating_system.rar现代操作系统中文版第二版 本书属于权威书籍 适合初次接触和想深入系统原理理解的人 ...
- priorityschedulingal.rar模拟操作系统基于优先级的进程调度算法 包含实验报告和实验记过 ...
- banker.rar操作系统银行家算法的实现。操作系统的实验课程。
- UCOS-API.rar基于UCOS操作系统的API函数,帮助文档,提供给用户编程使用
- os2.tar.gz操作系统实验内容,文件系统的模拟,可以创建,打开,写入,读出,关闭,删除 ...
- tizos.rartizozos 非主流 小型操作系统 喜欢的可以看看 很全的
- Memorymanagement.rar操作系统上面的模拟内存调度的,使用的固定分区的方法。
- TinyThread0.6-src.zipTinyThread++- 非主流小型 操作系统 麻雀虽小 五脏俱全 很有研究价值 需要的可以看看 ...
- ertos.rarErtos源代码,DOS下的实时操作系统,支持多线程
-
- os_source.zip操作系统设计与实现源码
- OSDemo操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理) ...
- Linux内核分析(经典).rarlinux 源码分析,我所见过写的最透彻的。
- 操作系统实习报告1.rar操作系统实习报告:包括进程管理,进程间通信
- 840.rarDOS操作系统源代码
- LaunchCE.rar激活GPS一体机操作系统,这样一体机便可方便地进行文件处理及应用 ...
- minix.instalation.cd-rom-2.0.rarUnix操作系统minix 2.0源码
- FileSystemdesign.rar模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结 ...
- drdossrc.zip一个dos操作系统DRDOS的源码
- 请求分页存储管理方式.rar课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用 ...