summaryrefslogtreecommitdiff
path: root/dos
Commit message (Expand)AuthorAgeFilesLines
* 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-292-8/+284
* 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
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-103-3/+3
|\
| * Update copyright yearH. Peter Anvin2008-01-103-3/+3
* | Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-141-3/+5
|/
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-242-0/+143
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-3/+8
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+6
* 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
* Makefile cleanup to be able to build with CC='gcc -m32'syslinux-3.32-pre2H. Peter Anvin2006-10-172-1/+7
* Move -m32 to CFLAGS as wellH. Peter Anvin2006-10-171-2/+2
* Move flags from CC to CFLAGSH. Peter Anvin2006-10-171-2/+2
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-172-2/+0
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-172-2/+0
* 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-0313-56/+47
* 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
* 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-282-13/+227
* Fix the -m and -a options for Win32; add support for a boot sector filehpa2004-12-221-1/+1
* 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