summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | live in low memory so we don't have to do a bunch on-the-fly relocation, and produce map files.
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-4/+6
| | | | | move its base down to 0800h; relocate pxelinux since it needs copious amounts of bss.
* 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
| | | | | The .bss section at the beginning of each .asm file is now downright tiny.
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-19/+15
| | | | bss variables near the code where they're defined
* Correct the handling for full 64K regions safe; correct the parsing ofsyslinux-2.20-pre1hpa2004-12-161-6/+9
| | | | FAT12 FAT entries.
* 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
| | | | "cluster" as the minimum block
* Build sector-oriented getfssec routinehpa2004-12-161-52/+118
|
* Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsizehpa2004-12-161-53/+88
| | | | | in syslinux to 8K like the others, expecting to handle subclusters; more work on cleaning up ldlinux.asm.
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-418/+508
| | | | FAT32 and EDD, and a new cleaner installer infrastructure.
* 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
| | | | - Fix the handling of x0x IP addresses
* 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
| | | | control via the serial port.
* 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
| | | | - Actually reallocate sockets correctly in pxelinux
* Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa2003-11-241-0/+1
| | | | Add test programs.
* 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
| | | | | Actually use the 1000h segment instead of letting it go to waste; Set comboot_seg == real_mode_seg to save 40K
* 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
|