[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

@ -125,8 +125,8 @@ enum {
enum dos_type {
DT_WINME = 0,
DT_FREEDOS,
DT_SYSLINUX,
DT_ISO,
DT_ISO_FAT,
DT_ISO_NTFS,
DT_MAX
};