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