diff options
| author | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2009-08-03 21:45:34 -0400 |
|---|---|---|
| committer | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2009-08-03 23:50:20 -0400 |
| commit | 3369a18e1a3eae71a8b37bd91cff61dbbe389a2b (patch) | |
| tree | fb0db869d0a1a5e1314762c5c4676769840a17a4 /memdisk/Makefile | |
| parent | 1275c1535315174f355b4bf74e69e572d8b38fc6 (diff) | |
| download | syslinux-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/Makefile')
| -rw-r--r-- | memdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile index 8e76f3d2..f397c979 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -38,11 +38,11 @@ endif # Important: init.o16 must be first!! OBJS16 = init.o16 init32.o OBJS32 = start32.o setup.o msetup.o e820func.o conio.o memcpy.o memset.o \ - memmove.o unzip.o dskprobe.o \ + memmove.o unzip.o dskprobe.o eltorito.o \ memdisk_chs_512.o memdisk_edd_512.o \ memdisk_iso_512.o memdisk_iso_2048.o -CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c +CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c SSRC = start32.S memcpy.S memset.S memmove.S NASMSRC = memdisk_chs_512.asm memdisk_edd_512.asm \ memdisk_iso_512.asm memdisk_iso_2048.asm \ |
