1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[iso] add support for isolinux/syslinux ISO images

* use a modified syslinux that can use isolinux config files
* update syslinux to git version
* remove embedding of chain.c32 for the time being
This commit is contained in:
Pete Batard 2012-02-14 01:23:42 +00:00
parent 7753c017d6
commit 36be65ed23
22 changed files with 323 additions and 126 deletions

View file

@ -1,3 +1,5 @@
o ldlinux.bss and ldlinux.sys were extracted from syslinux-4.05/core/
and chain.c32 from syslinux-4.05/com32/modules:
http://www.kernel.org/pub/linux/utils/boot/syslinux/
o ldlinux.bss and ldlinux.sys were compiled from the syslinux git tree retreived
on 2012.02.13 from git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git
with the included .diff applied to be able to use unmodified isolinux config.
o chain.c32 is from syslinux-4.05/com32/modules:
http://www.kernel.org/pub/linux/utils/boot/syslinux/