summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Support sending information from the comboot module to the syslinux coreH. Peter Anvin2006-08-251-19/+1
* 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-6/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-7/+7
* Register-handling cleanups for searchdir.hpa2005-08-221-1/+7
* Try to be sane about spaces...hpa2005-08-201-2/+2
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-2/+8
* If onerror is set, invoke onerror on escapehpa2005-08-181-36/+2
* Fix incorrect use of esi which should have been sisyslinux-3.10-pre10hpa2005-08-181-2/+2
* Don't modify data in the checksum region before we can checksum the code.syslinux-3.10-pre9hpa2005-08-161-6/+7
* Fix eax/edx corruption in EBIOS loop; remove transfer size adjustmenthpa2005-08-161-7/+8
* Try falling back to CBIOS if EBIOS totally fails.syslinux-3.10-pre8hpa2005-08-091-79/+90
* Reorganize the code for more spacesyslinux-3.10-pre7hpa2005-08-091-107/+120
* Copyright year updatehpa2005-08-091-1/+1
* New retry strategysyslinux-3.10-pre5hpa2005-08-081-50/+51
* Form the EBIOS DAPA on the stack instead of assuming it doesn't getsyslinux-3.10-pre2hpa2005-08-031-26/+21
* Fix calculation of I/O block size in SYSLINUXsyslinux-3.08-pre2hpa2005-01-181-4/+6
* Fix bug in the handling of directories spanning multiple sectorshpa2005-01-081-2/+1
* New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa2005-01-041-0/+3
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-3/+0
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-6/+3
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-4/+6
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-0/+1
* Fix bugs in the conversion to partition-relative sector numbershpa2004-12-221-3/+3
* Handle partition offsethpa2004-12-221-1/+1
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-191-13/+0
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-47/+1
* Factor out the cache code into a separate file.hpa2004-12-171-55/+7
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-92/+3
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-19/+15
* Correct the handling for full 64K regions safe; correct the parsing ofsyslinux-2.20-pre1hpa2004-12-161-6/+9
* Generate the length correctlyhpa2004-12-161-2/+2
* Cluster -> Sector conversion has to add the DataArea offsethpa2004-12-161-0/+1
* Correct finding the first sectorhpa2004-12-161-1/+1
* repe cmpsb trashes di, not just sihpa2004-12-161-0/+2
* Fix the sense of a couple of tests. We now get to the command line.hpa2004-12-161-2/+2
* Fix some cut-and-paste bugs...hpa2004-12-161-25/+1
* Corrections to self-loading sequence; we now get that far at leasthpa2004-12-161-1/+3
* Fix some cases of bad pointer arithmetrichpa2004-12-161-4/+3
* First cut at new searchdir for FAT boot loader; uses metadata cachehpa2004-12-161-61/+119
* Remove unneccesary blank linehpa2004-12-161-1/+0
* scas uses the destination operand, so don't use it.hpa2004-12-161-7/+13
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-161-10/+26
* Build sector-oriented getfssec routinehpa2004-12-161-52/+118
* Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsizehpa2004-12-161-53/+88
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-418/+508
* Update copyright headers.hpa2004-12-141-3/+3
* Move ASCII macros to macros.incsyslinux-2.11-pre2hpa2004-08-041-5/+0
* Clean up memory management and command-line creationhpa2004-08-041-1/+2
* Add an API call to query the configuration file namehpa2004-06-181-1/+2