summaryrefslogtreecommitdiff
path: root/win32/syslinux.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-3/+8
| | | | Hook up RAID mode in the installers for SYSLINUX
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-2/+2
|
* Win32 FAT installer: fix type typo (which happened to cancel itself out...)H. Peter Anvin2007-01-241-1/+1
| | | | | | I had written "char *c = ..." instead of "char c = ..."; as it turned out, the resulting (invalid) type conversions all worked themselves out and it didn't matter, except for compiler warnings...
* Win32 FAT installer: fix path mangling for -d optionH. Peter Anvin2007-01-241-3/+10
|
* Win32 FAT installer: support installing in a subdirectorysyslinux-3.35-pre2H. Peter Anvin2007-01-231-1/+46
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-31/+31
|
* Support the -m and -a options for the DOS installer as wellhpa2004-12-281-9/+15
|
* Fix the -m and -a options for Win32; add support for a boot sector filehpa2004-12-221-17/+47
| | | | for Win32; minor cleanups.
* Add MBR-writing options to the Win32 installer. Probably should besyslinux-3.00-pre3hpa2004-12-221-4/+157
| | | | added to the DOS installer at some point, too.
* Be more picky about syntax.hpa2004-12-221-1/+1
|
* Update the Win32 installer.syslinux-2.20-pre13hpa2004-12-221-33/+89
|
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-191-1/+1
| | | | we should be checking the FAT for the media signature, too.
* Fix make of win32hpa2004-12-161-0/+3
|
* Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa2004-12-151-1/+2
| | | | printf().
* Change the win32 build procedure to match the new world; installerhpa2004-12-151-0/+234
not yet ported