btrfs: add btrfs file system support to extlinux syslinux-4.00-pre7
authorAlek Du <alek.du@intel.com>
Thu, 17 Dec 2009 03:14:48 +0000 (11:14 +0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Dec 2009 17:46:49 +0000 (09:46 -0800)
commit1cd67f6eb8617be02f3a1af104100eb5869b6e20
tree11cda66bb07adb1cf934a5770698acbcc36944bc
parent9e25d6029b8c1568a74a7d9b5bc07f22b0fb8ade
btrfs: add btrfs file system support to extlinux

the extlinux.sys will be installed in btrfs first 64K blank area, and the
extlinux.conf must be in root dir...

Signed-off-by: Alek Du <alek.du@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/extlinux.asm
core/fs.c
core/fs/btrfs/btrfs.c [new file with mode: 0644]
core/fs/btrfs/btrfs.h [new file with mode: 0644]
core/fs/btrfs/crc32c.h [new file with mode: 0644]
core/fs/ext2/ext2.c
core/ldlinux.asm
extlinux/btrfs.h [new file with mode: 0644]
extlinux/main.c