| Commit message (Expand) | Author | Age | Files | Lines |
| * | Forgot to add our own drive to the drive count!syslinux-3.52-pre3 | H. Peter Anvin | 2007-06-30 | 1 | -0/+3 |
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -1/+1 |
| * | MEMDISK: add alias "cbios" == "noebios" == "noedd" | H. Peter Anvin | 2007-01-30 | 1 | -1/+2 |
| * | MEMDISK: ebios/noebios as synonyms to edd/noedd | H. Peter Anvin | 2007-01-30 | 1 | -2/+4 |
| * | MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give option | H. Peter Anvin | 2007-01-30 | 1 | -3/+18 |
| * | memdisk: Update copyright date | H. Peter Anvin | 2006-11-13 | 1 | -1/+1 |
| * | memdisk: Constrain input drive numbers both by equipment byte and INT 13hsyslinux-3.32-pre4 | H. Peter Anvin | 2006-10-30 | 1 | -2/+20 |
| * | memdisk: $PnP Installation Check structure length is byte 5, not 2 | H. Peter Anvin | 2006-10-24 | 1 | -3/+4 |
| * | [memdisk] Saner handling of the values returned to the real-mode code. | H. Peter Anvin | 2006-10-17 | 1 | -11/+6 |
| * | [memdisk] Make ES:DI point to the $PnP structure on entry | H. Peter Anvin | 2006-10-17 | 1 | -2/+37 |
| * | Add "safeint" mode to memdisk | H. Peter Anvin | 2006-09-28 | 1 | -0/+9 |
| * | 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 | -22/+22 |
| * | Workaround for the no physical floppy scenario | hpa | 2005-08-29 | 1 | -14/+11 |
| * | Query a more sane drive number.syslinux-3.11-pre5 | hpa | 2005-08-26 | 1 | -1/+1 |
| * | Display the correct type of disk.syslinux-3.11-pre4 | hpa | 2005-08-26 | 1 | -2/+3 |
| * | Fix bug w.r.t. floppy count. | hpa | 2005-08-25 | 1 | -1/+1 |
| * | * -ffreestandingsyslinux-3.10-pre21 | hpa | 2005-08-23 | 1 | -14/+27 |
| * | Add new "bigraw" mode to memdisk. | hpa | 2005-04-29 | 1 | -0/+5 |
| * | Actually use memcmp() for the DOSEMU comparison; we can't seem to get | hpa | 2005-03-08 | 1 | -2/+1 |
| * | Commit 3.10 changes to mainline. In particular, support multi-file | hpa | 2005-01-06 | 1 | -1/+2 |
| * | Remove __attribute__((packed)) which seems to cause problems | hpa | 2004-12-29 | 1 | -2/+2 |
| * | Add boot loader ID to the memdisk info structure | hpa | 2004-12-29 | 1 | -3/+8 |
| * | Fix regparm in libcom32; make extlinux actually work; add 3840K support | hpa | 2004-12-20 | 1 | -7/+8 |
| * | Fix the spelling of "Boston" | hpa | 2004-12-14 | 1 | -1/+1 |
| * | Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISK | hpa | 2004-12-14 | 1 | -3/+8 |
| * | Support making the disk readonly | hpa | 2004-12-10 | 1 | -2/+10 |
| * | Move all 16-bit code into one assembly file so we don't have to rely | hpa | 2004-12-08 | 1 | -2/+4 |
| * | Handle memdisk images compressed with zip as well as with gzip. | hpa | 2004-04-27 | 1 | -3/+13 |
| * | Add API to query for the existence of MEMDISK. | hpa | 2003-11-26 | 1 | -16/+29 |
| * | Clean up address assignment cleanersyslinux-2.05 | hpa | 2003-07-15 | 1 | -31/+44 |
| * | Fix overlap handling properly (we hope) | hpa | 2003-07-15 | 1 | -15/+54 |
| * | Clearness cleanup | hpa | 2003-04-16 | 1 | -5/+5 |
| * | Fix installing the E820 data into MEMDISK | hpa | 2003-04-16 | 1 | -1/+2 |
| * | Fix memory computation error for MEMDISK | hpa | 2003-04-16 | 1 | -2/+2 |
| * | Formatting... | hpa | 2003-04-10 | 1 | -1/+1 |
| * | Support compressed MEMDISK images. | hpa | 2003-04-10 | 1 | -22/+57 |
| * | Convert to using a 32-bit installer framework, in preparation for | hpa | 2003-04-10 | 1 | -162/+58 |
| * | Support 1680K and 1722K as standard floppy formats | hpa | 2003-03-07 | 1 | -0/+2 |
| * | Use __builtin_memcmp() instead of memcmp() to be explicit about | hpa | 2003-01-30 | 1 | -1/+1 |
| * | Fix MEMDISK initalization bugs | hpa | 2002-11-18 | 1 | -4/+18 |
| * | Support DOSEMU-style hard disk imagessyslinux-2.01-pre1 | hpa | 2002-10-29 | 1 | -16/+46 |
| * | Yes it is, just not for nonofficial builds | hpa | 2002-10-24 | 1 | -1/+1 |
| * | DATE isn't defined in the MEMDISK directory | hpa | 2002-10-24 | 1 | -1/+1 |
| * | Even better way to do the "kernel version string" pointer stuff | hpa | 2002-01-02 | 1 | -3/+4 |
| * | Do the version string pointer in the file header correctly. | hpa | 2002-01-02 | 1 | -4/+6 |
| * | Update copyright date, and change work-in-progress version to 1.67. | hpa | 2002-01-02 | 1 | -3/+4 |
| * | Clean up gcc version dependencies, mostly related to asm() statements. | hpa | 2001-12-17 | 1 | -10/+19 |
| * | Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65 | hpa | 2001-12-16 | 1 | -0/+3 |
| * | Minor cleanups | hpa | 2001-12-15 | 1 | -16/+58 |