| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Whitespace cleanup | H. Peter Anvin | 2008-06-09 | 1 | -1/+1 |
| | | |||||
| * | MEMDISK: algorithmic determination of floppy formats | H. Peter Anvin | 2008-06-07 | 1 | -19/+48 |
| | | | | | | Consider all disks < 4 MB to be floppies, and guess their geometry algorithmically. | ||||
| * | MEMDISK: Use aligning memcpy/memset, compile with -mregparm=3syslinux-3.70-pre14 | H. Peter Anvin | 2008-06-06 | 1 | -2/+2 |
| | | | | | | Use the aligning memcpy/memset from libcom32. Switch memdisk to compiling with -mregparm=3, except for the interfaces to assembly. | ||||
| * | Whitespace cleanup...syslinux-3.62-pre11 | H. Peter Anvin | 2008-02-19 | 1 | -4/+4 |
| | | |||||
| * | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | memdisk: add "nopass" option to completely take over INT 13h | H. Peter Anvin | 2007-09-21 | 1 | -30/+40 |
| | | | | | | | Add the "nopass" option to completely remove the system drives. This is a pretty big hammer and is largely for debugging at this stage; it probably needs more polishing before it can be made official. | ||||
| * | MEMDISK: Try for better EDD compliance | H. Peter Anvin | 2007-07-08 | 1 | -0/+29 |
| | | |||||
| * | 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 |
| | | | | | | Default to having EDD off on floppies and EDD on on hard disks. Additionally, add options "edd" and "noedd" to force this choice. | ||||
| * | 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 |
| | | | | | | | Apparently on some BIOSes, INT 13h return a bogus number of floppy drives when the real value is zero (probably because the code doesn't check the validity bit in the equipment byte.) Do it ourselves if we need to. | ||||
| * | 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 |
| | | | | | ES:DI is supposed to point to the $PnP structure on entry, make it sew. | ||||
| * | 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 |
| | | | | | | * handle systems where a reset HD fails without HDs * allow the user to select a different disk number (experimental) | ||||
| * | 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 |
| | | | | | it right any other way... | ||||
| * | Commit 3.10 changes to mainline. In particular, support multi-file | hpa | 2005-01-06 | 1 | -1/+2 |
| | | | | | initrd, and the shuffle and boot API. | ||||
| * | 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 |
| | | | | | to MEMDISK. | ||||
| * | 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 |
| | | | | | on ld working properly | ||||
| * | 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 |
| | | | | | supporting gzip compressed images | ||||
| * | 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 |
| | | | | | what we're doing... | ||||
| * | 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 |
| | | |||||
