os4.zip
文件大小: 4k
下载次数:1
源码类别:

操作系统开发

开发平台:

Visual C++ (VC++)

源码售价: 5 个金币 积分规则     积分充值
资源说明: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下的实时操作系统,支持多线程