summaryrefslogtreecommitdiff
path: root/dos
Commit message (Expand)AuthorAgeFilesLines
* Make DOS installer use our homegrown 64-bit dividesyslinux-2.20-pre7hpa2004-12-193-2/+62
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-193-11/+20
* Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6hpa2004-12-183-28/+63
* Fix handling of alignment issueshpa2004-12-182-6/+6
* Fix dec/hex bug in crt0.S; do -msoft-float just in casehpa2004-12-182-5/+9
* Resurrect printf(), and create a library. This way we can use printf()hpa2004-12-182-3/+310
* Additional fixes for the proper argc/argv parsinghpa2004-12-171-3/+0
* Actually parse argc/argv properly.hpa2004-12-174-37/+104
* Output \n as \r\nhpa2004-12-171-0/+2
* Character to print goes in DL, not in BLhpa2004-12-171-2/+2
* Fix memcpy/memset to match the use of regparm and .code16gcchpa2004-12-172-15/+15
* Add -DREGPARM=3 to go along with -mregparm=3hpa2004-12-161-1/+1
* Convert to using -mregparm=3; makes the code slightly smaller ANDhpa2004-12-162-7/+12
* 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-152-3/+88
* @:\LDLINUX.SYS not @:LDLINUX.SYShpa2004-12-151-1/+1
* Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa2004-12-153-301/+9
* Simple memset/memcpy implementationhpa2004-12-155-20/+54
* Tweak optimizations.hpa2004-12-152-6/+6
* Convert the DOS installer to C like everything else.hpa2004-12-1519-485/+1180
* More adjustment to the Brave New World<TM>hpa2004-12-152-1/+32
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-0/+471