summaryrefslogtreecommitdiff
path: root/memdisk
Commit message (Expand)AuthorAgeFilesLines
* [memdisk] Enable EDD support by default.syslinux-3.32-pre3H. Peter Anvin2006-10-201-2/+2
* Remove -x c from assembly preprocessingH. Peter Anvin2006-10-171-2/+2
* Remove -traditionalH. Peter Anvin2006-10-171-2/+2
* [memdisk] Saner handling of the values returned to the real-mode code.H. Peter Anvin2006-10-172-17/+18
* [memdisk] Make ES:DI point to the $PnP structure on entryH. Peter Anvin2006-10-172-7/+44
* Add "safeint" mode to memdiskH. Peter Anvin2006-09-283-4/+56
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-176-6/+0
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-1711-11/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-0316-105/+102
* Clean up the EDD code furtherhpa2005-09-251-7/+32
* The EDD stuff doesn't work yet.hpa2005-09-251-1/+1
* EDD code, not enabled by defaulthpa2005-09-201-4/+143
* Be a bit less pseudo-codeishhpa2005-09-141-1/+2
* Workaround for the no physical floppy scenariohpa2005-08-291-14/+11
* Query a more sane drive number.syslinux-3.11-pre5hpa2005-08-261-1/+1
* Display the correct type of disk.syslinux-3.11-pre4hpa2005-08-261-2/+3
* Fix bug w.r.t. floppy count.hpa2005-08-251-1/+1
* * -ffreestandingsyslinux-3.10-pre21hpa2005-08-234-28/+54
* Fix handling of images with DOSEMU headers.syslinux-3.10-pre17hpa2005-08-211-1/+1
* New version number; gcc 4.0.1 fixhpa2005-08-031-1/+1
* Don't clobber live registers, it's not nicesyslinux-3.08-pre10hpa2005-04-291-3/+3
* Use the correct registerhpa2005-04-291-2/+2
* Add new "bigraw" mode to memdisk.hpa2005-04-293-12/+32
* Actually use memcmp() for the DOSEMU comparison; we can't seem to gethpa2005-03-082-2/+18
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-1/+2
* It's 2005, that should be the copyright yearhpa2005-01-031-1/+1
* Remove __attribute__((packed)) which seems to cause problemshpa2004-12-291-2/+2
* Add boot loader ID to the memdisk info structurehpa2004-12-293-5/+17
* Clean up using an alternate NASMhpa2004-12-291-3/+4
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-202-7/+9
* Update copyright headers.hpa2004-12-141-3/+3
* Fix the spelling of "Boston"hpa2004-12-1412-12/+12
* Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa2004-12-144-28/+202
* Support making the disk readonlyhpa2004-12-103-7/+23
* Fix list of sourceshpa2004-12-081-2/+2
* Make sure DATE and HEXDATE is exported to submakefileshpa2004-12-081-1/+1
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-087-208/+138
* Use proper syntax for x86hpa2004-07-061-2/+2
* Add instructions for how to disable MEMDISKhpa2004-07-061-0/+41
* Document that we now handle zip as well as gziphpa2004-04-271-1/+1
* Handle memdisk images compressed with zip as well as with gzip.hpa2004-04-275-98/+202
* Adjust options to work on 64-bit machines, and clean up nuisance warningshpa2004-01-241-8/+14
* Fail if C/H/S geometry is wrong. This is necessary for things that probehpa2004-01-241-0/+4
* Conditionally add -m32 to be able to compile in a 64-bit environmenthpa2004-01-241-1/+2
* Add link to Ralf Brown's interrupt list.hpa2003-11-301-4/+7
* Fix dependency generation.syslinux-2.08-pre4hpa2003-11-261-0/+2
* Add API to query for the existence of MEMDISK.hpa2003-11-264-26/+123
* Unget bytes properly...hpa2003-11-192-9/+9
* Add debugging code for input buffer underrunsyslinux-2.07-pre6hpa2003-11-183-26/+52
* Slight optimizationsyslinux-2.07-pre1hpa2003-08-271-3/+3