Core: add the skeleton fo VFS-like system
authorLiu Aleaxander <Aleaxander@gmail.com>
Thu, 11 Jun 2009 02:47:04 +0000 (10:47 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Thu, 11 Jun 2009 02:47:04 +0000 (10:47 +0800)
commit03fa0653f5546b01c793126359bb8e56838e711c
tree6c1fcd0da672e14fd27b313b16d3ec32ff9e0810
parent5bae1d2de9f1f271750d9c0479ec5a68effa2da6
Core: add the skeleton fo VFS-like system

Two new files added; they are:
 fs.h defines some basic vfs objects
 fs.c defines the basic functions

Note: for now, it's just a skeleton, in another word, it can't compiled.
core/fs.c [new file with mode: 0644]
core/include/fs.h [new file with mode: 0644]