diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-14 17:14:01 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-14 17:18:48 -0700 |
commit | 6f3e28c639cebea5969939ff1f5407899fa1f113 (patch) | |
tree | 8b8486038148eab6b9c1ac0b8a9482c56e8d0b57 /core/kernel.inc | |
parent | 8abec8d70f99c890beb281ec3f2669990345bcf1 (diff) | |
download | syslinux-btrfs.tar.gz |
btrfs: beginning of btrfs supportbtrfs
Infrastructure for btrfs, plus an import of the btrfs code written for
Grub 0.97. It does not yet compile and will need significant changes
still.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/kernel.inc')
-rw-r--r-- | core/kernel.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/kernel.inc b/core/kernel.inc index 9b888cc8..240661b1 100644 --- a/core/kernel.inc +++ b/core/kernel.inc @@ -94,6 +94,7 @@ syslinux_id equ 031h ; 3 = SYSLINUX family; 1 = SYSLINUX pxelinux_id equ 032h ; 3 = SYSLINUX family; 2 = PXELINUX isolinux_id equ 033h ; 3 = SYSLINUX family; 3 = ISOLINUX extlinux_id equ 034h ; 3 = SYSLINUX family; 4 = EXTLINUX +btrlinux_id equ 035h ; 3 = SYSLINUX family; 5 = BTRLINUX ; ; Types of vkernels |