aboutsummaryrefslogtreecommitdiffstats
path: root/memdisk/memdisk.asm
Commit message (Expand)AuthorAgeFilesLines
* MEMDISK: in safeint mode, don't bother testing for unchanged INT 15hsyslinux-3.73-pre4H. Peter Anvin2008-10-151-26/+14
* memdisk: fix check for unchanged INT 15h handler in safeint modeSergey Vlasov2008-10-151-1/+1
* memdisk: fix up new e820 codeH. Peter Anvin2008-10-131-3/+3
* Support "extended attributes" for INT 15h, AX=E820hH. Peter Anvin2008-10-131-11/+19
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-1/+1
* memdisk: install a DPT if needed in INT 1Eh; better zero-drive detectionH. Peter Anvin2008-07-031-2/+12
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* memdisk: add "nopass" option to completely take over INT 13hH. Peter Anvin2007-09-211-1/+3
* MEMDISK: Fix register messup in EDDDuane Voth2007-08-271-7/+8
* MEMDISK: Try for better EDD complianceH. Peter Anvin2007-07-081-37/+47
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-1/+1
* MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give optionH. Peter Anvin2007-01-301-5/+6
* Resolve issue with push/pop ordering in raw mode.H. Peter Anvin2006-11-211-8/+8
* Add "safeint" mode to memdiskH. Peter Anvin2006-09-281-4/+44
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+4
* Clean up the EDD code furtherhpa2005-09-251-7/+32
* EDD code, not enabled by defaulthpa2005-09-201-4/+143
* * -ffreestandingsyslinux-3.10-pre21hpa2005-08-231-5/+10
* 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-291-10/+23
* Add boot loader ID to the memdisk info structurehpa2004-12-291-1/+4
* Update copyright headers.hpa2004-12-141-3/+3
* Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa2004-12-141-7/+167
* Support making the disk readonlyhpa2004-12-101-2/+7
* Fail if C/H/S geometry is wrong. This is necessary for things that probehpa2004-01-241-0/+4
* Fix dependency generation.syslinux-2.08-pre4hpa2003-11-261-0/+2
* Add API to query for the existence of MEMDISK.hpa2003-11-261-10/+45
* Slight optimizationsyslinux-2.07-pre1hpa2003-08-271-3/+3
* Try to detect if this is the only floppy drive, and if so, don't passhpa2003-08-271-0/+14
* Fix installing the E820 data into MEMDISKhpa2003-04-161-3/+3
* Preserve DL except for the rather few calls for which DL is part of thehpa2001-12-151-10/+38
* Minor cleanupshpa2001-12-151-20/+17
* DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12hpa2001-12-151-40/+11
* Be even more anal...hpa2001-12-141-18/+94
* Make the memory configuration calls actually work properly, especiallysyslinux-1.65-pre6hpa2001-12-121-7/+6
* Make the thing actually work!!! Yoo-hoo!!!hpa2001-12-111-14/+16
* Fix a couple of stack mishandling bugs...hpa2001-12-111-6/+6
* Checkpoint: many many changes, now successfully loads thehpa2001-12-111-58/+67
* Checkpoint: add printf() for debugging, remove query of E881 (seemshpa2001-12-111-42/+39
* Yet another snapshot. Now we can actually compile the sucker...hpa2001-12-101-5/+15
* Snapshot the work.hpa2001-12-091-24/+40
* Reinstate memdisk.asmhpa2001-12-091-0/+418
* Remove memdisk (moved into memdisk directory)hpa2001-12-091-418/+0
* More work on the memory disk image driverhpa2001-12-061-5/+67
* - Graphics fixessyslinux-1.62-pre3hpa2001-04-241-14/+203
* TSR for virtual INT 13h disk in high memory (under development.)hpa2001-04-191-0/+167