summaryrefslogtreecommitdiff
path: root/dos/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: sort sources to build in a more deterministic wayPhilippe Coval2015-01-051-1/+1
* Merge remote-tracking branch 'origin/syslinux-5.xx'H. Peter Anvin2014-01-181-1/+1
|\
| * Makefiles: don't include *.tmpH. Peter Anvin2014-01-181-1/+1
* | mk/embedded.mk: Don't use -mregparm in coreMatt Fleming2013-01-081-1/+1
* | Add per-firmware object directory supportMatt Fleming2012-10-161-7/+7
|/
* Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara2011-09-071-1/+1
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* dos: add missing file ldlinux.SH. Peter Anvin2010-07-191-0/+2
* dos, win32: use our own getopt_long() for bothH. Peter Anvin2010-07-191-2/+3
* dos: fix non-executable files which were +xH. Peter Anvin2010-07-191-0/+0
* dos: change the link procedure to use negative pointers below DGROUPH. Peter Anvin2010-07-191-2/+2
* dos: Work-in-progressShao Miller2010-07-031-2/+3
* dos: vacuous ADV supportH. Peter Anvin2010-06-221-1/+2
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-201-0/+1
* Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-201-1/+1
* Merge remote branch 'origin/master' into pathbasedH. Peter Anvin2010-02-201-1/+1
|\
| * dosutil: move copybs here, update MakefileH. Peter Anvin2010-02-151-1/+1
* | Merge branch 'master' into fscH. Peter Anvin2009-12-221-1/+3
|\ \ | |/
| * dos: int 25/26 may be register-dirty; wrap them in assemblyH. Peter Anvin2009-11-131-1/+2
| * dos: don't add the linker script twice on the ld command lineH. Peter Anvin2009-11-111-1/+1
| * dos: drop unneeded .eh_frame sectionH. Peter Anvin2009-11-111-1/+1
| * dos: make DOS installer work under WinMEH. Peter Anvin2009-11-101-0/+1
* | dos: assume NASM 2.03, so use -MP -MD for dependenciesH. Peter Anvin2009-06-241-2/+1
* | upx: try --lzma first, since --ultra-brute doesn't... sighH. Peter Anvin2009-05-191-1/+3
* | dos: run UPX on the DOS installer binary if we have itH. Peter Anvin2009-05-191-0/+1
* | FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin2009-05-191-4/+6
|/
* Fix NASM dependency generationH. Peter Anvin2009-04-271-1/+1
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-10/+1
* Unify dependency generationH. Peter Anvin2009-04-271-5/+5
* Clean up embedded Makefile targets; fix build failureH. Peter Anvin2008-08-221-16/+2
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-22/+33
* Build _bin.c files in libinstaller; clean up B/I separationH. Peter Anvin2008-06-271-2/+4
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-8/+13
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-281-1/+2
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+2
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-031-1/+2
* Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-141-3/+5
* 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