summaryrefslogtreecommitdiff
path: root/dos/syslinux.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core32H. Peter Anvin2009-05-291-500/+485
|\
| * Run Nindent on dos/syslinux.cH. Peter Anvin2009-05-291-460/+446
* | dos installer: reuse ldlinux_segH. Peter Anvin2009-05-251-1/+1
* | Standardize the names SECTOR_SIZE and SECTOR_SHIFTH. Peter Anvin2009-05-191-7/+7
* | FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin2009-05-191-9/+54
|/
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-3/+8
* 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
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-191-9/+17
* Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6hpa2004-12-181-24/+55
* MSDN says the 0x08 forms of the lock calls are OK for all filesystems,hpa2004-12-161-0/+8
* Use the DOS version to determine whether to use the FAT32-capable lockinghpa2004-12-151-16/+12
* 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
* 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