summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2012-06-08 23:27:35 -0300
committerPaulo Alcantara <pcacjr@zytor.com>2012-07-21 01:21:45 -0300
commit28682155af7e9ec498c7d2f71962d51f48d56f28 (patch)
treeb0fd10ce9b584dad7e2663bab1626df95cb71750 /core/ldlinux.asm
parent4298786ca19e9121568ecd4cc8b79d276ccfd24a (diff)
downloadsyslinux-28682155af7e9ec498c7d2f71962d51f48d56f28.tar.gz
xfs: Initial skeleton for XFS filesystem support
And another filesystem driver for Syslinux. Heh :-) This patch *only* prints out a sample message on the screen when it finds an active partition formated as a XFS filesystem. If this really happens, then the XFS filesystem support in the EXTLINUX installer is working nicely and it's time to write the driver. Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
Diffstat (limited to 'core/ldlinux.asm')
-rw-r--r--core/ldlinux.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index a2f859d0..a1f96b77 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -39,6 +39,8 @@ ROOT_FS_OPS:
dd ext2_fs_ops
extern ntfs_fs_ops
dd ntfs_fs_ops
+ extern xfs_fs_ops
+ dd xfs_fs_ops
extern btrfs_fs_ops
dd btrfs_fs_ops
dd 0