VESA library: add support for reading lss16 images
[profile/ivi/syslinux.git] / bcopy32.inc
2008-02-20 H. Peter AnvinWhitespace cleanup... syslinux-3.62-pre11
2008-02-16 H. Peter AnvinDon't close the A20 gate; leave it open
2008-02-16 H. Peter AnvinSlightly simpler to use interface to simple_pm_call
2008-02-16 H. Peter Anvinbcopy32: refactor the bcopy routine to be able to reuse...
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinUpdate copyright year
2008-01-05 H. Peter AnvinMerge commit 'syslinux-3.55-pre4' into adv syslinux-3.60-pre7
2008-01-04 H. Peter AnvinFix incorrect handling of overlapping memory areas... syslinux-3.55-pre3
2007-12-12 H. Peter AnvinStealth whitespace cleanup
2007-11-10 H. Peter AnvinIn 32-bit mode, "xor eax,eax" is shorter than "xor...
2007-11-08 H. Peter AnvinTypo cleanup
2007-11-07 H. Peter AnvinClean up the transition to PM for shuffle-and-boot...
2007-11-05 H. Peter AnvinSetting cr0 requires a jmp to synchronize on 386/486
2007-11-02 H. Peter AnvinCode cleanup: get rid of hard-coded descriptor numbers
2007-10-11 H. Peter AnvinMark TSS unbusy before protected mode entry
2007-10-11 H. Peter AnvinSet TR and LDTR when entering protected mode
2007-06-21 H. Peter AnvinMove most messages into the appropriate .inc files
2007-03-30 H. Peter AnvinSupport chaining shuffle descriptors when buffer is... syslinux-3.50-pre1
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
2007-03-15 H. Peter AnvinAdd a register-setting shuffle and boot for real mode... syslinux-3.40-pre14
2007-03-13 H. Peter AnvinAdd support for using a shuffle descriptor to bzero...
2007-03-11 H. Peter AnvinNew API call: cleanup, shuffle and boot to flat protect...
2006-08-17 H. Peter AnvinRemove CVS-era $Id$ tags.
2006-08-17 H. Peter AnvinWhen exiting a COMBOOT/COM32 module, reset the stack...
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2005-01-06 hpaCommit 3.10 changes to mainline. In particular, suppor...
2004-12-28 hpaFix pxelinux relocation; work around infinite loop...
2004-12-27 hpaUse skip of 2 for the magic A20 numbers
2004-12-27 hpaMore work on using sections for memory alignment. ...
2004-12-27 hpaReorganize memory slightly; split .bss into .bss and...
2004-12-17 hpaFix the use of MAC handling in pxelinux; fix copy_over_self
2004-12-17 hpaActually use sections, and move common variables into...
2004-12-17 hpaMove the .bss to a separate section so we can at least...
2004-12-14 hpaFix the spelling of "Boston"
2003-11-18 hpaFix bugs in chainloading other NBPs from pxelinux
2002-06-11 hpaAdd an API for COMBOOT images, and add support for...
2002-06-07 hpaRemove some redundant move-via-register of segments
2002-04-28 hpaFactor out CPU initialization and some common configura...
2002-04-28 hpaMake the setup of the bootup entry state saner.
2002-04-28 hpaGeneralize and factor out bootsector-generation code.
2002-04-27 hpaMore factoring of common code