summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reinstate safety checkhpa2004-06-131-1/+1
* - Add "allowoptions" commandhpa2004-05-291-7/+8
* Better E820 memory parsersyslinux-2.09-pre15hpa2004-04-231-0/+2
* searchdir should preserve %bp.hpa2004-02-161-0/+2
* Handle video pages correctly.syslinux-2.09-pre1hpa2004-01-291-7/+8
* Rate-limit ARP calls to avoid screwing over people doing automaticsyslinux-2.08-pre7hpa2003-12-041-0/+3
* Add "onerror" configuration directivesyslinux-2.08-pre6hpa2003-11-271-0/+2
* Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5hpa2003-11-261-1/+3
* Rename timeoutcmd -> ontimeouthpa2003-11-261-2/+2
* - Handle ARP requests while idle in pxelinuxsyslinux-2.08-pre3hpa2003-11-251-0/+7
* Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa2003-11-241-0/+1
* Add timeoutcmd commandhpa2003-11-241-0/+2
* Minor code cleanup.syslinux-2.06-pre1hpa2003-08-221-17/+15
* COM32: Try to support both farcall and intcallhpa2003-07-011-0/+1
* Macroize the generation of the "insufficient DOS RAM string";hpa2003-04-151-6/+8