| Commit message (Expand) | Author | Age | Files | Lines |
* | MEMDISK: in safeint mode, don't bother testing for unchanged INT 15hsyslinux-3.73-pre4 | H. Peter Anvin | 2008-10-15 | 1 | -26/+14 |
* | memdisk: fix check for unchanged INT 15h handler in safeint mode | Sergey Vlasov | 2008-10-15 | 1 | -1/+1 |
* | memdisk: fix up new e820 code | H. Peter Anvin | 2008-10-13 | 1 | -3/+3 |
* | Support "extended attributes" for INT 15h, AX=E820h | H. Peter Anvin | 2008-10-13 | 1 | -11/+19 |
* | Centralize more of the version number machinery | H. Peter Anvin | 2008-07-07 | 1 | -1/+1 |
* | memdisk: install a DPT if needed in INT 1Eh; better zero-drive detection | H. Peter Anvin | 2008-07-03 | 1 | -2/+12 |
* | Standardize format for copyright lines and update | H. Peter Anvin | 2008-01-16 | 1 | -1/+1 |
* | memdisk: add "nopass" option to completely take over INT 13h | H. Peter Anvin | 2007-09-21 | 1 | -1/+3 |
* | MEMDISK: Fix register messup in EDD | Duane Voth | 2007-08-27 | 1 | -7/+8 |
* | MEMDISK: Try for better EDD compliance | H. Peter Anvin | 2007-07-08 | 1 | -37/+47 |
* | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -1/+1 |
* | MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give option | H. Peter Anvin | 2007-01-30 | 1 | -5/+6 |
* | Resolve issue with push/pop ordering in raw mode. | H. Peter Anvin | 2006-11-21 | 1 | -8/+8 |
* | Add "safeint" mode to memdisk | H. Peter Anvin | 2006-09-28 | 1 | -4/+44 |
* | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
* | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 1 | -4/+4 |
* | Clean up the EDD code further | hpa | 2005-09-25 | 1 | -7/+32 |
* | EDD code, not enabled by default | hpa | 2005-09-20 | 1 | -4/+143 |
* | * -ffreestandingsyslinux-3.10-pre21 | hpa | 2005-08-23 | 1 | -5/+10 |
* | Don't clobber live registers, it's not nicesyslinux-3.08-pre10 | hpa | 2005-04-29 | 1 | -3/+3 |
* | Use the correct register | hpa | 2005-04-29 | 1 | -2/+2 |
* | Add new "bigraw" mode to memdisk. | hpa | 2005-04-29 | 1 | -10/+23 |
* | Add boot loader ID to the memdisk info structure | hpa | 2004-12-29 | 1 | -1/+4 |
* | Update copyright headers. | hpa | 2004-12-14 | 1 | -3/+3 |
* | Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISK | hpa | 2004-12-14 | 1 | -7/+167 |
* | Support making the disk readonly | hpa | 2004-12-10 | 1 | -2/+7 |
* | Fail if C/H/S geometry is wrong. This is necessary for things that probe | hpa | 2004-01-24 | 1 | -0/+4 |
* | Fix dependency generation.syslinux-2.08-pre4 | hpa | 2003-11-26 | 1 | -0/+2 |
* | Add API to query for the existence of MEMDISK. | hpa | 2003-11-26 | 1 | -10/+45 |
* | Slight optimizationsyslinux-2.07-pre1 | hpa | 2003-08-27 | 1 | -3/+3 |
* | Try to detect if this is the only floppy drive, and if so, don't pass | hpa | 2003-08-27 | 1 | -0/+14 |
* | Fix installing the E820 data into MEMDISK | hpa | 2003-04-16 | 1 | -3/+3 |
* | Preserve DL except for the rather few calls for which DL is part of the | hpa | 2001-12-15 | 1 | -10/+38 |
* | Minor cleanups | hpa | 2001-12-15 | 1 | -20/+17 |
* | DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12 | hpa | 2001-12-15 | 1 | -40/+11 |
* | Be even more anal... | hpa | 2001-12-14 | 1 | -18/+94 |
* | Make the memory configuration calls actually work properly, especiallysyslinux-1.65-pre6 | hpa | 2001-12-12 | 1 | -7/+6 |
* | Make the thing actually work!!! Yoo-hoo!!! | hpa | 2001-12-11 | 1 | -14/+16 |
* | Fix a couple of stack mishandling bugs... | hpa | 2001-12-11 | 1 | -6/+6 |
* | Checkpoint: many many changes, now successfully loads the | hpa | 2001-12-11 | 1 | -58/+67 |
* | Checkpoint: add printf() for debugging, remove query of E881 (seems | hpa | 2001-12-11 | 1 | -42/+39 |
* | Yet another snapshot. Now we can actually compile the sucker... | hpa | 2001-12-10 | 1 | -5/+15 |
* | Snapshot the work. | hpa | 2001-12-09 | 1 | -24/+40 |
* | Reinstate memdisk.asm | hpa | 2001-12-09 | 1 | -0/+418 |
* | Remove memdisk (moved into memdisk directory) | hpa | 2001-12-09 | 1 | -418/+0 |
* | More work on the memory disk image driver | hpa | 2001-12-06 | 1 | -5/+67 |
* | - Graphics fixessyslinux-1.62-pre3 | hpa | 2001-04-24 | 1 | -14/+203 |
* | TSR for virtual INT 13h disk in high memory (under development.) | hpa | 2001-04-19 | 1 | -0/+167 |