summaryrefslogtreecommitdiff
path: root/memdisk/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix list of sourceshpa2004-12-081-2/+2
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-081-2/+3
* Adjust options to work on 64-bit machines, and clean up nuisance warningshpa2004-01-241-8/+14
* Conditionally add -m32 to be able to compile in a 64-bit environmenthpa2004-01-241-1/+2
* Use shpa2003-04-141-1/+1
* Correct usage of INCLUDE versus CFLAGShpa2003-04-111-2/+1
* Correct the list of source filessyslinux-2.03-pre4hpa2003-04-101-1/+1
* Support compressed MEMDISK images.hpa2003-04-101-2/+3
* Convert to using a 32-bit installer framework, in preparation forhpa2003-04-101-8/+21
* Use -MM to generate dependencies.hpa2003-01-301-2/+2
* Make a small library (libsyslinux.a) of SYSLINUX; fix make dependhpa2003-01-291-0/+4
* Fix dependencieshpa2002-10-241-2/+5
* Add support for automatic dependency generationhpa2002-04-261-18/+33
* Make the MEMDISK directory use the same clean conventions as thehpa2002-04-171-2/+4
* Fix other Makefile braindeadnesssyslinux-1.66-pre1hpa2001-12-171-1/+1
* Fix quoting problem in Makefilehpa2001-12-171-2/+2
* Clean up gcc version dependencies, mostly related to asm() statements.hpa2001-12-171-2/+2
* Print a copyright string in memdisk; clean up the handling of dateshpa2001-12-131-1/+4
* Fix the command-line parser, compile with -Wallhpa2001-12-131-2/+2
* Make the thing actually work!!! Yoo-hoo!!!hpa2001-12-111-1/+6
* Checkpoint: add printf() for debugging, remove query of E881 (seemshpa2001-12-111-3/+2
* Make sure we use calll/retl for the C code, so the stack frame layouthpa2001-12-101-1/+2
* Fix support for small pseudo-kernels.hpa2001-12-101-1/+1
* Add postprocessing to set the number of setup sectors.hpa2001-12-101-1/+3
* Yet another snapshot. Now we can actually compile the sucker...hpa2001-12-101-3/+23
* Snapshot the work.hpa2001-12-091-4/+12
* Initial work for the in-memory disk emulatorhpa2001-12-091-0/+37