Merge commit 'origin/master' into nolen
[profile/ivi/syslinux.git] / runkernel.inc
2008-03-02 H. Peter AnvinMerge commit 'origin/master' into nolen
2008-02-27 H. Peter AnvinRevamp runkernel.inc for "lengthless" operation
2008-02-26 H. Peter AnvinMerge commit 'origin/nodxax' into nolen
2008-02-26 H. Peter AnvinRemove additional use of DX:AX
2008-02-23 H. Peter AnvinFinally get rid of the old DX:AX for file length 16...
2008-02-16 H. Peter AnvinPut virtual kernels (CLI labels) in high memory syslinux-3.62-pre7
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinUpdate copyright year
2007-06-21 H. Peter AnvinAlignment fix when loading multiple kernels.
2007-06-21 H. Peter AnvinMove most messages into the appropriate .inc files
2007-06-21 H. Peter AnvinDon't print multiple newlines after initrd...
2007-06-21 H. Peter AnvinWorkaround for VMware console bug; make more common...
2007-05-23 H. Peter AnvinWe need to bloody well set KernelVersion before using... syslinux-3.50-pre12
2007-05-22 H. Peter AnvinFix loading pre-2.00 protocol kernels. syslinux-3.50-pre11
2007-05-07 H. Peter AnvinMore tweaks to allow bigger stack/heap, and boot protoc... syslinux-3.50-pre7
2007-05-06 H. Peter AnvinMake more space for the heap when doing so is possible
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
2006-08-22 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git syslinux-3.20-pre17
2006-08-22 H. Peter AnvinModularize the pause bird function; don't print dots...
2006-08-17 H. Peter AnvinRemove CVS-era $Id$ tags.
2006-05-04 H. Peter AnvinRemove check that a kernel can only be 8 MB or smaller.
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2005-06-16 hpaChange command line to 511 characters; 1023 caused...
2005-05-08 hpaNew Multiboot module; increase command line limit to...
2005-01-06 hpaCommit 3.10 changes to mainline. In particular, suppor...
2004-12-22 hpaDetect null filenames correctly (problems in both pxeli...
2004-12-19 hpaMore common code cleanup; actually use the code to...
2004-12-17 hpaActually use sections, and move common variables into...
2004-12-16 hpaMore cleanups; try to get rid of the now-obsolete defin...
2004-12-14 hpaFix the spelling of "Boston"
2004-08-04 hpaClean up memory management and command-line creation
2003-08-22 hpaFix bug that would occationally cause I/O errors depend...
2003-04-11 hpaPreparations for work on MDSLINUX, if it ever happens
2002-06-17 hpaSupport reporting extended characters as <NUL>...;...
2002-06-15 hpaMerge in changes from SYSLINUX 1.75
2002-06-11 hpaAdd an API for COMBOOT images, and add support for...
2002-06-10 hpaRemove all explicit "near" declarations, except the...
2002-06-02 hpaMajor rewrite of the very early SYSLINUX code. Generat...
2002-05-16 hpaUse INT 13h reset to turn off the floppy, not an explic...
2002-04-28 hpaSave a few bytes...
2002-04-28 hpaFactor out CPU initialization and some common configura...
2002-04-28 hpaGeneralize and factor out bootsector-generation code.
2002-04-27 hpaMore factoring of common code