summaryrefslogtreecommitdiff
path: root/core/bcopyxx.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nocomapi'syslinux-6.03-pre7H. Peter Anvin2014-03-031-0/+8
|\
| * bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-131-0/+8
* | core, bios: Move __syslinux_shuffler_size to assemblysyslinux-6.03-pre5H. Peter Anvin2014-02-281-0/+7
|/
* core: Fix 'trackbuf' descriptor list byte lengthsyslinux-4.04-pre12Ahmed S. Darwish2011-03-071-0/+2
* core: separate bcopyxx code and data; use linker-generated symbolsH. Peter Anvin2010-02-151-21/+15
* memmove: don't reverse copy if there is no overlapH. Peter Anvin2010-02-151-3/+6
* Merge branch 'master' into core32H. Peter Anvin2009-05-161-26/+26
|\
| * bcopyxx: remove 16-bitismssyslinux-3.81-pre3H. Peter Anvin2009-05-161-24/+24
| * bcopyxx/memmove: fix alignment logic for reverse movesH. Peter Anvin2009-05-161-2/+2
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-1/+1
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-5/+11
|/
* bcopyxx: EDX already points to the GDT; no reason to recomputeH. Peter Anvin2009-05-041-10/+7
* bcopyxx: clear all flags before jumping to the successor codeH. Peter Anvin2009-04-271-6/+10
* bcopyxx: align the relocated code to a 16-byte boundaryH. Peter Anvin2009-04-271-2/+4
* Global whitespace cleanup.H. Peter Anvin2009-04-201-4/+4
* bcopyxx: when going to 16-bit PM, might as well do it rightH. Peter Anvin2009-04-161-6/+9
* core/bcopyxx.inc: save a few bytesH. Peter Anvin2009-04-131-3/+4
* Something slightly saner for DummyTSSH. Peter Anvin2009-04-131-3/+3
* GDT: remove unused DS16_4G and SS16 descriptorsH. Peter Anvin2009-04-131-17/+8
* shuffler: work around KVM problem with the new shufflerH. Peter Anvin2009-04-131-12/+3
* core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-1/+1
* Update copyright noticesH. Peter Anvin2009-04-041-0/+1
* shuffler: minor cleanups in bcopyxx.incH. Peter Anvin2009-03-311-3/+5
* shuffler: make the new shuffler actually workH. Peter Anvin2009-03-311-42/+18
* shuffler: comboot interface to the new shufflerH. Peter Anvin2009-03-311-1/+1
* shuffer: make the new shuffler not pollute unrelated memoryH. Peter Anvin2009-03-311-17/+41
* shuffler: first cut of a simpler shuffle routineH. Peter Anvin2009-03-311-0/+323