[syslinux] improve handling of 4.x C32 files

* Download the files from files/syslinux-4.07 on the server
* Save local copy in rufus_files/syslinux-4.07
* Move menu.c32/vesamenu.c32 check to BootCheck()
This commit is contained in:
Pete Batard 2014-02-04 20:01:28 +00:00
parent d3a0fc9b1d
commit 7d1a3d82cc
4 changed files with 84 additions and 70 deletions

View file

@ -214,7 +214,6 @@ typedef struct {
#define NB_OLD_C32 2
#define OLD_C32_NAMES { "menu.c32", "vesamenu.c32" }
#define OLD_C32_THRESHOLD { 53500, 148000 }
#define NEW_C32_URL { DOWNLOAD_URL "/menu.c32", DOWNLOAD_URL "/vesamenu.c32" }
/* ISO details that the application may want */
#define WINPE_MININT 0x2A