Add the implementation of tfs
commitf29f1a542c66030636a3a0cf7f518202ed646e14
authorLiu Aleaxander <Aleaxander@gmail.com>
Tue, 1 Jun 2010 16:57:09 +0000 (2 00:57 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Tue, 1 Jun 2010 16:57:09 +0000 (2 00:57 +0800)
tree89ff30fa0c81b65d1f3b5897305f687c3367a719
parent1f56fb40a840036235c13ddda90480673bf16c65
Add the implementation of tfs

Tfs, (Thunix file system), my own file system.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
20 files changed:
Makefile
fs/tfs/Makefile [new file with mode: 0644]
fs/tfs/balloc.c [new file with mode: 0644]
fs/tfs/cache.c [new file with mode: 0644]
fs/tfs/dir.c [new file with mode: 0644]
fs/tfs/file.c [new file with mode: 0644]
fs/tfs/ialloc.c [new file with mode: 0644]
fs/tfs/inode.c [new file with mode: 0644]
fs/tfs/super.c [new file with mode: 0644]
fs/tfs/tfs_diskio.c [new file with mode: 0644]
include/fd.h
include/stdio.h
include/string.h
init/Makefile
init/init.c
kernel/console.c
kernel/fd.c
kernel/hexdump.c
kernel/shell.c
kernel/traps.c