文件名称:src
- 所属分类:
- 系统编程
- 资源属性:
- [MacOS] [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1mb
- 下载次数:
- 0次
- 提 供 者:
- fancyb******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本次实验完成两个任务,一项是实现多级索引,一项是增添文件属性,创建时间修改时间等。
多级索引的实现参照UNIX iNode的实现方式,由于NachOS模拟的是128块sector,两级索引即可达到最大块数。
增添的文件属性是挂靠在目录项内的,由于是先实现索引机制,所以在尽可能小的改动FileHeader的前提下,将增添的属性功能完成。由于NachOS模拟的最大目录下文件个数是10个,所以在性能方面,不会对其产生很大影响。
时间是通过NachOS kenerl->stats下的totalTick来计时。而目录路径,由于没有实现多级目录,所以所有文件都在根目录下,即”/”。-the useful Nachos basic code completetion.
多级索引的实现参照UNIX iNode的实现方式,由于NachOS模拟的是128块sector,两级索引即可达到最大块数。
增添的文件属性是挂靠在目录项内的,由于是先实现索引机制,所以在尽可能小的改动FileHeader的前提下,将增添的属性功能完成。由于NachOS模拟的最大目录下文件个数是10个,所以在性能方面,不会对其产生很大影响。
时间是通过NachOS kenerl->stats下的totalTick来计时。而目录路径,由于没有实现多级目录,所以所有文件都在根目录下,即”/”。-the useful Nachos basic code completetion.
相关搜索: nachos
(系统自动生成,下载前可以参看下载内容)
下载文件列表
src\.cproject
...\.project
...\build.cygwin\Makefile
...\............\Makefile.dep
...\......linux\addrspace.o
...\...........\alarm.o
...\...........\bitmap.o
...\...........\console.o
...\...........\debug.o
...\...........\directory.o
...\...........\disk.o
...\...........\DISK_0
...\...........\exception.o
...\...........\filehdr.o
...\...........\filesys.o
...\...........\interrupt.o
...\...........\kernel.o
...\...........\libtest.o
...\...........\machine.o
...\...........\main.o
...\...........\Makefile
...\...........\Makefile.dep
...\...........\mipssim.o
...\...........\nachos
...\...........\network.o
...\...........\openfile.o
...\...........\out
...\...........\pbitmap.o
...\...........\post.o
...\...........\scheduler.o
...\...........\stats.o
...\...........\switch.o
...\...........\swtch.s
...\...........\synch.o
...\...........\synchconsole.o
...\...........\synchdisk.o
...\...........\sysdep.o
...\...........\test.txt
...\...........\thread.o
...\...........\timer.o
...\...........\translate.o
...\......macosx\Makefile
...\............\Makefile.dep
...\filesys\directory.cc
...\.......\directory.h
...\.......\filehdr.cc
...\.......\filehdr.h
...\.......\filesys.cc
...\.......\filesys.h
...\.......\openfile.cc
...\.......\openfile.h
...\.......\pbitmap.cc
...\.......\pbitmap.h
...\.......\synchdisk.cc
...\.......\synchdisk.h
...\lib\bitmap.cc
...\...\bitmap.h
...\...\copyright.h
...\...\debug.cc
...\...\debug.h
...\...\hash.cc
...\...\hash.h
...\...\libtest.cc
...\...\libtest.h
...\...\list.cc
...\...\list.h
...\...\sysdep.cc
...\...\sysdep.h
...\...\tut.h
...\...\tut_reporter.h
...\...\tut_restartable.h
...\...\utility.h
...\machine\callback.h
...\.......\console.cc
...\.......\console.h
...\.......\disk.cc
...\.......\disk.h
...\.......\interrupt.cc
...\.......\interrupt.h
...\.......\machine.cc
...\.......\machine.h
...\.......\mipssim.cc
...\.......\mipssim.h
...\.......\network.cc
...\.......\network.h
...\.......\stats.cc
...\.......\stats.h
...\.......\timer.cc
...\.......\timer.h
...\.......\translate.cc
...\.......\translate.h
...\network\post.cc
...\.......\post.h
...\README
...\shell\config.h.in
...\.....\configure
...\.....\configure.ac
...\.....\Makefile.in
...\.....\nachos_syscall.c
...\.....\nachos_syscall.h
...\.project
...\build.cygwin\Makefile
...\............\Makefile.dep
...\......linux\addrspace.o
...\...........\alarm.o
...\...........\bitmap.o
...\...........\console.o
...\...........\debug.o
...\...........\directory.o
...\...........\disk.o
...\...........\DISK_0
...\...........\exception.o
...\...........\filehdr.o
...\...........\filesys.o
...\...........\interrupt.o
...\...........\kernel.o
...\...........\libtest.o
...\...........\machine.o
...\...........\main.o
...\...........\Makefile
...\...........\Makefile.dep
...\...........\mipssim.o
...\...........\nachos
...\...........\network.o
...\...........\openfile.o
...\...........\out
...\...........\pbitmap.o
...\...........\post.o
...\...........\scheduler.o
...\...........\stats.o
...\...........\switch.o
...\...........\swtch.s
...\...........\synch.o
...\...........\synchconsole.o
...\...........\synchdisk.o
...\...........\sysdep.o
...\...........\test.txt
...\...........\thread.o
...\...........\timer.o
...\...........\translate.o
...\......macosx\Makefile
...\............\Makefile.dep
...\filesys\directory.cc
...\.......\directory.h
...\.......\filehdr.cc
...\.......\filehdr.h
...\.......\filesys.cc
...\.......\filesys.h
...\.......\openfile.cc
...\.......\openfile.h
...\.......\pbitmap.cc
...\.......\pbitmap.h
...\.......\synchdisk.cc
...\.......\synchdisk.h
...\lib\bitmap.cc
...\...\bitmap.h
...\...\copyright.h
...\...\debug.cc
...\...\debug.h
...\...\hash.cc
...\...\hash.h
...\...\libtest.cc
...\...\libtest.h
...\...\list.cc
...\...\list.h
...\...\sysdep.cc
...\...\sysdep.h
...\...\tut.h
...\...\tut_reporter.h
...\...\tut_restartable.h
...\...\utility.h
...\machine\callback.h
...\.......\console.cc
...\.......\console.h
...\.......\disk.cc
...\.......\disk.h
...\.......\interrupt.cc
...\.......\interrupt.h
...\.......\machine.cc
...\.......\machine.h
...\.......\mipssim.cc
...\.......\mipssim.h
...\.......\network.cc
...\.......\network.h
...\.......\stats.cc
...\.......\stats.h
...\.......\timer.cc
...\.......\timer.h
...\.......\translate.cc
...\.......\translate.h
...\network\post.cc
...\.......\post.h
...\README
...\shell\config.h.in
...\.....\configure
...\.....\configure.ac
...\.....\Makefile.in
...\.....\nachos_syscall.c
...\.....\nachos_syscall.h