文件名称:ucore-lab6
介绍说明--下载内容均来自于网络,请自行研究使用
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore Lab 6: File system. By completing this experiment, hoping to achieve the following objectives: To understand the basic file system system calls the implementation method understand the organization of a node-based index of the Simple FS file system design and implementation understand the abstraction layer-VFS file system design and achieved. File, including source code and test instructions.
这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore Lab 6: File system. By completing this experiment, hoping to achieve the following objectives: To understand the basic file system system calls the implementation method understand the organization of a node-based index of the Simple FS file system design and implementation understand the abstraction layer-VFS file system design and achieved. File, including source code and test instructions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ucore-lab6\lab6-20110603.pdf
..........\proj18\boot\asm.h
..........\......\....\bootasm.S
..........\......\....\bootmain.c
..........\......\disk0\bin\.ignore
..........\......\.....\home\.ignore
..........\......\.....\test\testfile
..........\......\.....\....man\awk
..........\......\.....\.......\coreutils\cat
..........\......\.....\.......\.........\cp
..........\......\.....\.......\.........\ls
..........\......\.....\.......\.........\mv
..........\......\.....\.......\.........\rm
..........\......\.....\.......\cpp
..........\......\.....\.......\gcc
..........\......\.....\.......\gdb
..........\......\.....\.......\ld
..........\......\.....\.......\sed
..........\......\.....\.......\zsh
..........\......\kern\debug\assert.h
..........\......\....\.....\kdebug.c
..........\......\....\.....\kdebug.h
..........\......\....\.....\monitor.c
..........\......\....\.....\monitor.h
..........\......\....\.....\panic.c
..........\......\....\.....\stab.h
..........\......\....\.river\clock.c
..........\......\....\......\clock.h
..........\......\....\......\console.c
..........\......\....\......\console.h
..........\......\....\......\ide.c
..........\......\....\......\ide.h
..........\......\....\......\intr.c
..........\......\....\......\intr.h
..........\......\....\......\kbdreg.h
..........\......\....\......\picirq.c
..........\......\....\......\picirq.h
..........\......\....\fs\devs\dev.c
..........\......\....\..\....\dev.h
..........\......\....\..\....\dev_disk0.c
..........\......\....\..\....\dev_null.c
..........\......\....\..\....\dev_stdin.c
..........\......\....\..\....\dev_stdout.c
..........\......\....\..\file.c
..........\......\....\..\file.h
..........\......\....\..\fs.c
..........\......\....\..\fs.h
..........\......\....\..\iobuf.c
..........\......\....\..\iobuf.h
..........\......\....\..\pipe\pipe.c
..........\......\....\..\....\pipe.h
..........\......\....\..\....\pipe_inode.c
..........\......\....\..\....\pipe_root.c
..........\......\....\..\....\pipe_state.c
..........\......\....\..\....\pipe_state.h
..........\......\....\..\sfs\bitmap.c
..........\......\....\..\...\bitmap.h
..........\......\....\..\...\sfs.c
..........\......\....\..\...\sfs.h
..........\......\....\..\...\sfs_fs.c
..........\......\....\..\...\sfs_inode.c
..........\......\....\..\...\sfs_io.c
..........\......\....\..\...\sfs_lock.c
..........\......\....\..\.wap\swapfs.c
..........\......\....\..\....\swapfs.h
..........\......\....\..\sysfile.c
..........\......\....\..\sysfile.h
..........\......\....\..\vfs\inode.c
..........\......\....\..\...\inode.h
..........\......\....\..\...\vfs.c
..........\......\....\..\...\vfs.h
..........\......\....\..\...\vfsdev.c
..........\......\....\..\...\vfsfile.c
..........\......\....\..\...\vfslookup.c
..........\......\....\..\...\vfspath.c
..........\......\....\init\entry.S
..........\......\....\....\init.c
..........\......\....\libs\rb_tree.c
..........\......\....\....\rb_tree.h
..........\......\....\....\readline.c
..........\......\....\....\stdio.c
..........\......\....\....\string.c
..........\......\....\mm\buddy_pmm.c
..........\......\....\..\buddy_pmm.h
..........\......\....\..\memlayout.h
..........\......\....\..\mmu.h
..........\......\....\..\pmm.c
..........\......\....\..\pmm.h
..........\......\....\..\shmem.c
..........\......\....\..\shmem.h
..........\......\....\..\slab.c
..........\......\....\..\slab.h
..........\......\....\..\swap.c
..........\......\....\..\swap.h
..........\......\....\..\vmm.c
..........\......\....\..\vmm.h
..........\......\....\process\entry.S
..........\......\....\.......\proc.c
..........\......\....\.......\proc.h
..........\......\....\.......\switch.S
..........\proj18\boot\asm.h
..........\......\....\bootasm.S
..........\......\....\bootmain.c
..........\......\disk0\bin\.ignore
..........\......\.....\home\.ignore
..........\......\.....\test\testfile
..........\......\.....\....man\awk
..........\......\.....\.......\coreutils\cat
..........\......\.....\.......\.........\cp
..........\......\.....\.......\.........\ls
..........\......\.....\.......\.........\mv
..........\......\.....\.......\.........\rm
..........\......\.....\.......\cpp
..........\......\.....\.......\gcc
..........\......\.....\.......\gdb
..........\......\.....\.......\ld
..........\......\.....\.......\sed
..........\......\.....\.......\zsh
..........\......\kern\debug\assert.h
..........\......\....\.....\kdebug.c
..........\......\....\.....\kdebug.h
..........\......\....\.....\monitor.c
..........\......\....\.....\monitor.h
..........\......\....\.....\panic.c
..........\......\....\.....\stab.h
..........\......\....\.river\clock.c
..........\......\....\......\clock.h
..........\......\....\......\console.c
..........\......\....\......\console.h
..........\......\....\......\ide.c
..........\......\....\......\ide.h
..........\......\....\......\intr.c
..........\......\....\......\intr.h
..........\......\....\......\kbdreg.h
..........\......\....\......\picirq.c
..........\......\....\......\picirq.h
..........\......\....\fs\devs\dev.c
..........\......\....\..\....\dev.h
..........\......\....\..\....\dev_disk0.c
..........\......\....\..\....\dev_null.c
..........\......\....\..\....\dev_stdin.c
..........\......\....\..\....\dev_stdout.c
..........\......\....\..\file.c
..........\......\....\..\file.h
..........\......\....\..\fs.c
..........\......\....\..\fs.h
..........\......\....\..\iobuf.c
..........\......\....\..\iobuf.h
..........\......\....\..\pipe\pipe.c
..........\......\....\..\....\pipe.h
..........\......\....\..\....\pipe_inode.c
..........\......\....\..\....\pipe_root.c
..........\......\....\..\....\pipe_state.c
..........\......\....\..\....\pipe_state.h
..........\......\....\..\sfs\bitmap.c
..........\......\....\..\...\bitmap.h
..........\......\....\..\...\sfs.c
..........\......\....\..\...\sfs.h
..........\......\....\..\...\sfs_fs.c
..........\......\....\..\...\sfs_inode.c
..........\......\....\..\...\sfs_io.c
..........\......\....\..\...\sfs_lock.c
..........\......\....\..\.wap\swapfs.c
..........\......\....\..\....\swapfs.h
..........\......\....\..\sysfile.c
..........\......\....\..\sysfile.h
..........\......\....\..\vfs\inode.c
..........\......\....\..\...\inode.h
..........\......\....\..\...\vfs.c
..........\......\....\..\...\vfs.h
..........\......\....\..\...\vfsdev.c
..........\......\....\..\...\vfsfile.c
..........\......\....\..\...\vfslookup.c
..........\......\....\..\...\vfspath.c
..........\......\....\init\entry.S
..........\......\....\....\init.c
..........\......\....\libs\rb_tree.c
..........\......\....\....\rb_tree.h
..........\......\....\....\readline.c
..........\......\....\....\stdio.c
..........\......\....\....\string.c
..........\......\....\mm\buddy_pmm.c
..........\......\....\..\buddy_pmm.h
..........\......\....\..\memlayout.h
..........\......\....\..\mmu.h
..........\......\....\..\pmm.c
..........\......\....\..\pmm.h
..........\......\....\..\shmem.c
..........\......\....\..\shmem.h
..........\......\....\..\slab.c
..........\......\....\..\slab.h
..........\......\....\..\swap.c
..........\......\....\..\swap.h
..........\......\....\..\vmm.c
..........\......\....\..\vmm.h
..........\......\....\process\entry.S
..........\......\....\.......\proc.c
..........\......\....\.......\proc.h
..........\......\....\.......\switch.S