summaryrefslogtreecommitdiff
path: root/bcopy32.inc
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-1/+1
* Don't close the A20 gate; leave it openH. Peter Anvin2008-02-151-1/+8
* Slightly simpler to use interface to simple_pm_callH. Peter Anvin2008-02-151-10/+17
* bcopy32: refactor the bcopy routine to be able to reuse the pm partH. Peter Anvin2008-02-151-46/+82
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Fix incorrect handling of overlapping memory areas in bcopy32syslinux-3.55-pre3H. Peter Anvin2008-01-031-2/+2
* Stealth whitespace cleanupH. Peter Anvin2007-12-121-1/+1
* In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax"H. Peter Anvin2007-11-091-1/+1
* Typo cleanupH. Peter Anvin2007-11-071-1/+1
* Clean up the transition to PM for shuffle-and-boot-to-PMH. Peter Anvin2007-11-061-4/+12
* Setting cr0 requires a jmp to synchronize on 386/486H. Peter Anvin2007-11-041-1/+2
* Code cleanup: get rid of hard-coded descriptor numbersH. Peter Anvin2007-11-011-10/+24
* Mark TSS unbusy before protected mode entryH. Peter Anvin2007-10-111-0/+3
* Set TR and LDTR when entering protected modeH. Peter Anvin2007-10-111-7/+26
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-201-0/+5
* Support chaining shuffle descriptors when buffer is too smallsyslinux-3.50-pre1H. Peter Anvin2007-03-301-1/+20
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-141-2/+8
* Add support for using a shuffle descriptor to bzero rather than bcopyH. Peter Anvin2007-03-131-6/+36
* New API call: cleanup, shuffle and boot to flat protected modeH. Peter Anvin2007-03-111-2/+24
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+5
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-25/+61
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-2/+8
* Use skip of 2 for the magic A20 numbershpa2004-12-271-6/+5
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-65/+23
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-2/+5
* Fix the use of MAC handling in pxelinux; fix copy_over_selfsyslinux-2.20-pre4hpa2004-12-171-2/+2
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-1/+10
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-2/+2
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
* Fix bugs in chainloading other NBPs from pxelinuxsyslinux-2.07-pre7hpa2003-11-181-2/+2
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-111-0/+5
* Remove some redundant move-via-register of segmentshpa2002-06-071-2/+1
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-281-18/+21
* Make the setup of the bootup entry state saner.hpa2002-04-281-13/+6
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-281-9/+42
* More factoring of common codehpa2002-04-271-0/+414