summaryrefslogtreecommitdiff
path: root/memdisk
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-4/+4
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* Update copyright yearH. Peter Anvin2008-01-1012-12/+12
* Move doc files to doc/, and add man pages from Debiansyslinux-3.55-pre2H. Peter Anvin2007-12-181-202/+0
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-3/+4
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-241-1/+1
* memdisk: add "nopass" option to completely take over INT 13hH. Peter Anvin2007-09-212-31/+43
* MEMDISK: Fix register messup in EDDDuane Voth2007-08-271-7/+8
* MEMDISK: Try for better EDD complianceH. Peter Anvin2007-07-082-37/+76
* Forgot to add our own drive to the drive count!syslinux-3.52-pre3H. Peter Anvin2007-06-301-0/+3
* Show list file addresses in absolutesyslinux-3.50H. Peter Anvin2007-06-081-2/+2
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-143-3/+3
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...H. Peter Anvin2007-01-312-13/+17
|\
| * Fix the Makefile to handle overridden CCH. Peter Anvin2007-01-281-8/+12
| * Remove -m32 from the CC variable globally.H. Peter Anvin2007-01-281-3/+3
| * Update copyright dates to 2007H. Peter Anvin2007-01-271-2/+2
* | MEMDISK: add alias "cbios" == "noebios" == "noedd"H. Peter Anvin2007-01-301-1/+2
* | MEMDISK: ebios/noebios as synonyms to edd/noeddH. Peter Anvin2007-01-301-2/+4
* | MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give optionH. Peter Anvin2007-01-303-9/+31
|/
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...syslinux-3.32-pre7H. Peter Anvin2006-11-211-8/+8
|\
| * Resolve issue with push/pop ordering in raw mode.H. Peter Anvin2006-11-211-8/+8
* | memdisk: Update copyright dateH. Peter Anvin2006-11-131-1/+1
|/
* memdisk: Constrain input drive numbers both by equipment byte and INT 13hsyslinux-3.32-pre4H. Peter Anvin2006-10-301-2/+20
* memdisk: $PnP Installation Check structure length is byte 5, not 2H. Peter Anvin2006-10-241-3/+4
* [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