[syslinux] complete Syslinux v5 support

* Add download and copy of mandatory ldlinux.c32 to target
* With previous patch, this should address all Syslinux v5 related issues
* Closes #142
This commit is contained in:
Pete Batard 2013-06-15 17:31:55 +01:00
parent df5bce297d
commit 1dbaff6897
4 changed files with 90 additions and 38 deletions

View file

@ -195,6 +195,7 @@ typedef struct {
#define OLD_C32_NAMES {"menu.c32", "vesamenu.c32"}
#define OLD_C32_THRESHOLD {53500, 148000}
#define NEW_C32_URL {RUFUS_URL "/downloads/menu.c32", RUFUS_URL "/downloads/vesamenu.c32"}
#define LDLINUX_C32_URL RUFUS_URL "/downloads/ldlinux.c32"
/* ISO details that the application may want */
#define WINPE_MININT 0x2A