MEMDISK: algorithmic determination of floppy formats
[profile/ivi/syslinux.git] / memdisk / setup.c
2008-06-07 H. Peter AnvinMEMDISK: algorithmic determination of floppy formats
2008-06-06 H. Peter AnvinMEMDISK: Use aligning memcpy/memset, compile with ... syslinux-3.70-pre14
2008-03-23 H. Peter AnvinMerge commit 'origin/nolen' into gpxe-support
2008-02-20 H. Peter AnvinWhitespace cleanup... syslinux-3.62-pre11
2008-01-10 H. Peter AnvinMerge commit 'origin/adv' into gpxe-support
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinUpdate copyright year
2007-09-25 H. Peter AnvinMerge commit 'syslinux-3.52' into gpxe-support syslinux-3.60-pre2
2007-09-21 H. Peter Anvinmemdisk: add "nopass" option to completely take over...
2007-07-09 H. Peter AnvinMEMDISK: Try for better EDD compliance
2007-06-30 H. Peter AnvinForgot to add our own drive to the drive count! syslinux-3.52-pre3
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
2007-02-10 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5
2007-02-01 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2007-01-31 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2007-01-31 H. Peter AnvinMEMDISK: add alias "cbios" == "noebios" == "noedd"
2007-01-31 H. Peter AnvinMEMDISK: ebios/noebios as synonyms to edd/noedd
2007-01-31 H. Peter AnvinMEMDISK: Default to floppy = EDD off, hard disk = EDD...
2006-11-22 H. Peter AnvinMerge with syslinux-3.32-pre7 syslinux-3.40-pre3
2006-11-22 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.32-pre7
2006-11-14 H. Peter Anvinmemdisk: Update copyright date
2006-10-30 H. Peter Anvinmemdisk: Constrain input drive numbers both by equipmen... syslinux-3.32-pre4
2006-10-24 H. Peter Anvinmemdisk: $PnP Installation Check structure length is...
2006-10-17 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2006-10-17 H. Peter Anvin[memdisk] Saner handling of the values returned to...
2006-10-17 H. Peter Anvin[memdisk] Make ES:DI point to the $PnP structure on...
2006-10-03 H. Peter AnvinMerge with 3.3x branch
2006-09-28 H. Peter AnvinAdd "safeint" mode to memdisk
2006-08-17 H. Peter AnvinRemove CVS-era $Id$ tags.
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2005-08-29 hpaWorkaround for the no physical floppy scenario
2005-08-26 hpaQuery a more sane drive number.
2005-08-26 hpaDisplay the correct type of disk.
2005-08-25 hpaFix bug w.r.t. floppy count.
2005-08-23 hpa* -ffreestanding
2005-04-29 hpaAdd new "bigraw" mode to memdisk.
2005-03-08 hpaActually use memcmp() for the DOSEMU comparison; we...
2005-01-06 hpaCommit 3.10 changes to mainline. In particular, suppor...
2004-12-29 hpaRemove __attribute__((packed)) which seems to cause...
2004-12-29 hpaAdd boot loader ID to the memdisk info structure
2004-12-20 hpaFix regparm in libcom32; make extlinux actually work...
2004-12-14 hpaFix the spelling of "Boston"
2004-12-14 hpaFix MEMDISK command-line parsing; add "raw" memory...
2004-12-10 hpaSupport making the disk readonly
2004-12-08 hpaMove all 16-bit code into one assembly file so we don...
2004-04-27 hpaHandle memdisk images compressed with zip as well as...
2003-11-26 hpaAdd API to query for the existence of MEMDISK.
2003-07-15 hpaClean up address assignment cleaner
2003-07-15 hpaFix overlap handling properly (we hope)
2003-04-16 hpaClearness cleanup
2003-04-16 hpaFix installing the E820 data into MEMDISK
2003-04-16 hpaFix memory computation error for MEMDISK
2003-04-10 hpaFormatting...
2003-04-10 hpaSupport compressed MEMDISK images.
2003-04-10 hpaConvert to using a 32-bit installer framework, in prepa...
2003-03-07 hpaSupport 1680K and 1722K as standard floppy formats
2003-01-30 hpaUse __builtin_memcmp() instead of memcmp() to be explic...
2002-11-18 hpaFix MEMDISK initalization bugs
2002-10-29 hpaSupport DOSEMU-style hard disk images
2002-10-24 hpaYes it is, just not for nonofficial builds
2002-10-24 hpaDATE isn't defined in the MEMDISK directory
2002-01-02 hpaEven better way to do the "kernel version string" point...
2002-01-02 hpaDo the version string pointer in the file header correctly.
2002-01-02 hpaUpdate copyright date, and change work-in-progress...
2001-12-17 hpaClean up gcc version dependencies, mostly related to...
2001-12-16 hpaMake a valiant, and probably futile, attempt to free...
2001-12-15 hpaMinor cleanups
2001-12-15 hpaDOS now boots floppy and harddisk, but something is...
2001-12-14 hpaBe even more anal...
2001-12-14 hpaUse the correct drive number variable, please...
2001-12-13 hpaPrint a copyright string in memdisk; clean up the handl...
2001-12-13 hpaNonsense change because it makes me feel better
2001-12-13 hpaFix the command-line parser, compile with -Wall
2001-12-12 hpaSupport parsing the command line, and setting the geome...
2001-12-12 hpaDon't count partitions for which type == 0 (no partition)
2001-12-12 hpaClean up another annoying debugging message.
2001-12-12 hpaPrune the error messages; examine the partition table...
2001-12-12 hpaMake the memory configuration calls actually work prope...
2001-12-11 hpaMake the thing actually work!!! Yoo-hoo!!!
2001-12-11 hpaCheckpoint: many many changes, now successfully loads the
2001-12-11 hpaDon't initialize the E820 map statically -- it's too big
2001-12-11 hpaCheckpoint: add printf() for debugging, remove query...
2001-12-10 hpaMove %fs initialization to assembly code; initialize...
2001-12-10 hpaFix support for small pseudo-kernels.
2001-12-10 hpaYet another snapshot. Now we can actually compile...