summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
authorRaphael S. Carvalho <raphael.scarv@gmail.com>2014-05-29 20:35:16 -0300
committerH. Peter Anvin <hpa@linux.intel.com>2014-06-02 14:02:42 -0700
commit05409a52ff0eb26618745d7da3c1c917061a2140 (patch)
tree37521f804e628cce151657ced6169f42f4685a08 /core/ldlinux.asm
parentbe59cdf9c78aedd1daea6882c89ee2108056d172 (diff)
downloadsyslinux-05409a52ff0eb26618745d7da3c1c917061a2140.tar.gz
core/fs: Add support to Unix File system 1/2.syslinux-6.03-pre13
It's already loading modules successfully, booting Linux, and both UFS version 1 and 2 seem to be working correctly. Signed-off-by: Raphael S. Carvalho <raphael.scarv@gmail.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.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 a1f96b77..050f503b 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -43,6 +43,8 @@ ROOT_FS_OPS:
dd xfs_fs_ops
extern btrfs_fs_ops
dd btrfs_fs_ops
+ extern ufs_fs_ops
+ dd ufs_fs_ops
dd 0
%include "diskfs.inc"