summaryrefslogtreecommitdiff
path: root/dos/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-3/+3
|
* DOS FAT installer: Fix name mangling for -d optionH. Peter Anvin2007-01-241-3/+10
|
* DOS FAT installer: Correct parsing of -d optionH. Peter Anvin2007-01-231-2/+2
|
* DOS FAT installer: support installing ldlinux.sys in a subdirectoryH. Peter Anvin2007-01-231-3/+71
|
* DOS installer: make sure we tell gcc what the memory constraints aresyslinux-3.20-pre11H. Peter Anvin2006-08-081-14/+21
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-12/+11
|
* Fix the scanning of the partition table (for the -a option)hpa2004-12-281-0/+1
|
* Support the -m and -a options for the DOS installer as wellhpa2004-12-281-11/+225
|
* Fix the -m and -a options for Win32; add support for a boot sector filehpa2004-12-221-1/+1
| | | | for Win32; minor cleanups.
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-191-9/+17
| | | | we should be checking the FAT for the media signature, too.
* Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6hpa2004-12-181-24/+55
| | | | as "dprintf"
* MSDN says the 0x08 forms of the lock calls are OK for all filesystems,hpa2004-12-161-0/+8
| | | | and that if one uses 0x48 one has to fall back to 0x08 anyway
* Use the DOS version to determine whether to use the FAT32-capable lockinghpa2004-12-151-16/+12
| | | | functions.
* Put in MS-DOS 7 locking supporthpa2004-12-151-0/+81
|
* @:\LDLINUX.SYS not @:LDLINUX.SYShpa2004-12-151-1/+1
|
* Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa2004-12-151-3/+8
| | | | printf().
* Simple memset/memcpy implementationhpa2004-12-151-3/+3
|
* Tweak optimizations.hpa2004-12-151-5/+5
|
* Convert the DOS installer to C like everything else.hpa2004-12-151-0/+250