summaryrefslogtreecommitdiff
path: root/memdisk/memdisk_chs_512.asm
diff options
context:
space:
mode:
authorShao Miller <shao.miller@yrdsb.edu.on.ca>2009-08-03 21:45:34 -0400
committerShao Miller <shao.miller@yrdsb.edu.on.ca>2009-08-03 23:50:20 -0400
commit3369a18e1a3eae71a8b37bd91cff61dbbe389a2b (patch)
treefb0db869d0a1a5e1314762c5c4676769840a17a4 /memdisk/memdisk_chs_512.asm
parent1275c1535315174f355b4bf74e69e572d8b38fc6 (diff)
downloadsyslinux-3369a18e1a3eae71a8b37bd91cff61dbbe389a2b.tar.gz
[memdisk] Add El Torito emulation for .ISO images
With this patch, users can now boot El Torito-bootable .ISO (CD/DVD) images. The user should specify "iso" on the kernel command-line.
Diffstat (limited to 'memdisk/memdisk_chs_512.asm')
-rw-r--r--memdisk/memdisk_chs_512.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/memdisk/memdisk_chs_512.asm b/memdisk/memdisk_chs_512.asm
index 35acbbd8..d4b0f753 100644
--- a/memdisk/memdisk_chs_512.asm
+++ b/memdisk/memdisk_chs_512.asm
@@ -1,3 +1,4 @@
%define EDD 0
+%define ELTORITO 0
%define SECTORSIZE_LG2 9 ; log2(sector size)
%include "memdisk.inc"