summaryrefslogtreecommitdiff
path: root/core/bcopyxx.inc
Commit message (Expand)AuthorAgeFilesLines
* 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