wok-current rev 19671
syslinux/win32.c: win9x support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 04 10:53:16 2017 +0100 (2017-02-04) |
parents | 40ec0fa2f1d5 |
children | 174ccf0f3d34 |
files | syslinux/stuff/iso2exe/Makefile syslinux/stuff/iso2exe/win32.c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/Makefile Thu Feb 02 13:21:13 2017 +0100 1.2 +++ b/syslinux/stuff/iso2exe/Makefile Sat Feb 04 10:53:16 2017 +0100 1.3 @@ -30,7 +30,7 @@ 1.4 ./iso2exe.sh --array ../mbr/isohdpfx.bin > $@ 1.5 1.6 iso2exe.com: iso2exe.c iso2exe.h 1.7 - $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --ultra-brute $@ 1.8 + $(BCC) $(BCCFLAGS) -o $@ iso2exe.c && upx --8086 $@ 1.9 1.10 iso2exe.exe: iso2exe.c iso2exe.h isohybrid.res 1.11 i586-pc-mingw32-gcc -Os -s -o $@ iso2exe.c isohybrid.res -lws2_32
2.1 --- a/syslinux/stuff/iso2exe/win32.c Thu Feb 02 13:21:13 2017 +0100 2.2 +++ b/syslinux/stuff/iso2exe/win32.c Sat Feb 04 10:53:16 2017 +0100 2.3 @@ -169,7 +169,7 @@ 2.4 } 2.5 } 2.6 2.7 -//TODO #define VCPI_LINUX_LOADER The DOS/EXE loader can boot in VM86 using VCPI API 2.8 +#define VCPI_LINUX_LOADER The DOS/EXE loader can boot in VM86 using VCPI API 2.9 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, 2.10 LPSTR lpCmdLine, int nCmdShow) 2.11 {