Add the basic VFAT fs driver code.
commit7b177fe651a275e1ab8bfc097f8506b62dd5b3dc
authorLiu Aleaxander <Aleaxander@gmail.com>
Wed, 9 Dec 2009 11:28:21 +0000 (9 19:28 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Wed, 9 Dec 2009 11:28:21 +0000 (9 19:28 +0800)
tree299abd44f14d6adba9b5b96d78c2b1970b55e56e
parente20a186dc0e9f339d18dd8f4f62e64c29c6b7739
Add the basic VFAT fs driver code.

For porting the code to Syslinux project ASAP, I just added the basic fs
driver code here. We still get lots of things to do, like adding the dir
stuff support, and so on. Morever, more test.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Makefile
fs.c
fs/ext2/ext2.c
fs/fat/fat.c [new file with mode: 0644]
fs/fat/fat.h [new file with mode: 0644]
fstk.c
include/fs.h
include/fstk.h