summaryrefslogtreecommitdiff
path: root/dos/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+6
* Makefile cleanup to be able to build with CC='gcc -m32'syslinux-3.32-pre2H. Peter Anvin2006-10-171-1/+3
* Move -m32 to CFLAGS as wellH. Peter Anvin2006-10-171-2/+2
* Move flags from CC to CFLAGSH. Peter Anvin2006-10-171-2/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-3/+0
* Make the various Makefiles agree what is BTARGET and what is ITARGEThpa2004-12-301-4/+5
* Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8hpa2004-12-281-1/+1
* Support the -m and -a options for the DOS installer as wellhpa2004-12-281-2/+2
* Make DOS installer use our homegrown 64-bit dividesyslinux-2.20-pre7hpa2004-12-191-2/+2
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-191-1/+2
* Fix dec/hex bug in crt0.S; do -msoft-float just in casehpa2004-12-181-1/+1
* Resurrect printf(), and create a library. This way we can use printf()hpa2004-12-181-3/+12
* Actually parse argc/argv properly.hpa2004-12-171-1/+1
* 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-161-1/+1
* Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa2004-12-151-1/+1
* Simple memset/memcpy implementationhpa2004-12-151-1/+1
* Tweak optimizations.hpa2004-12-151-1/+1
* Convert the DOS installer to C like everything else.hpa2004-12-151-14/+32
* More adjustment to the Brave New World<TM>hpa2004-12-151-0/+31