summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preparations for work on MDSLINUX, if it ever happenshpa2003-04-111-1/+12
* Quiet a warninghpa2003-04-051-1/+1
* Give us at least a prayer to work with nonpartitioned hard disk devices.syslinux-2.01-pre5hpa2003-01-301-3/+2
* LDLINUX: Fix "kaboom" bug when booting off hard disksyslinux-2.00-pre15hpa2002-10-251-2/+8
* * Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa2002-10-241-326/+11
* Add API call to determine the serial console configuration.hpa2002-06-171-0/+1
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-111-10/+8
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-101-3/+3
* Fix COMBOOT return; support DOS system calls 00 and 4C (both are EXIT.)syslinux-1.75-pre3hpa2002-06-061-1/+2
* Clean up major bugs in the extension-detection code.hpa2002-06-061-5/+6
* Major rewrite of the very early SYSLINUX code. Generate the "stupid"hpa2002-06-021-302/+321
* Fix egg-on-face bug (accessing several word variables as dword)hpa2002-06-011-8/+9