summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2009-12-17 11:14:48 +0800
committerH. Peter Anvin <hpa@zytor.com>2009-12-22 09:46:49 -0800
commit1cd67f6eb8617be02f3a1af104100eb5869b6e20 (patch)
tree11cda66bb07adb1cf934a5770698acbcc36944bc /core/ldlinux.asm
parent9e25d6029b8c1568a74a7d9b5bc07f22b0fb8ade (diff)
downloadsyslinux-1cd67f6eb8617be02f3a1af104100eb5869b6e20.tar.gz
btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7
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>
Diffstat (limited to 'core/ldlinux.asm')
-rw-r--r--core/ldlinux.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index 20f0ee94..599d760a 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -31,6 +31,8 @@
my_id equ syslinux_id
extern vfat_fs_ops
-ROOT_FS_OPS equ vfat_fs_ops
+ section .rodata
+ROOT_FS_OPS dd vfat_fs_ops
+ dd 0
%include "diskfs.inc"