summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* LDLINUX: Fix "kaboom" bug when booting off hard disksyslinux-2.00-pre15hpa2002-10-251-2/+8
| | | | Provide an API call for "perform final cleanup"
* * Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa2002-10-241-326/+11
| | | | | * Fix bug relating to '/' characters in ISOLINUX * Add <Ctrl-V> to display the version number
* 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
| | | | linear .com files.
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-101-3/+3
| | | | absolutely necessary.
* 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
| | | | | version in a different manner. Require NASM 0.98.32 or higher -- thus we don't need the jmpcc macros anymore.
* Fix egg-on-face bug (accessing several word variables as dword)hpa2002-06-011-8/+9
|
* Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa2002-04-301-38/+13
| | | | take an argument.
* Change keywords to match the documentation.hpa2002-04-291-1/+1
|
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-281-87/+14
| | | | separate files; fix bcopy bugs.
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-281-63/+11
|
* More factoring of common codehpa2002-04-271-1074/+9
|
* Don't rely on non-preprocessor referenceshpa2002-04-271-0/+1
|
* *** empty log message ***hpa2002-04-271-332/+34
|
* Move configuration file handling to separate file (currently PXELINUXhpa2002-04-271-2/+4
| | | | only); use new config file parser
* Even more common code factoringsyslinux-1.73-pre2hpa2002-04-261-399/+2
|
* More common code factoring: getc library, font handling codehpa2002-04-261-356/+2
|
* Move VGA graphics code to a shared include filehpa2002-04-261-305/+6
|
* Move some of the common header crap into header files.hpa2002-04-261-155/+9
|
* Add support for automatic dependency generationhpa2002-04-261-0/+8
|
* Make esp. ldlinux.asm more similar to other modules.syslinux-1.73-pre1hpa2002-04-231-64/+75
|
* Correct stack corruption problem.syslinux-1.71hpa2002-04-181-14/+13
|
* Fix use of incorrect size for [ClustSize].hpa2002-04-181-2/+3
|
* Port the conventional memory relaxing from the 1.6x-1 branch.hpa2002-04-171-3/+3
|
* Merge with 1.6x branchhpa2002-03-191-0/+1
|
* Update copyright date, and change work-in-progress version to 1.67.hpa2002-01-021-2/+2
|
* Code restructuring: common subroutine to load a file into high memoryhpa2001-12-231-85/+117
|
* Fix support for small pseudo-kernels.hpa2001-12-101-1/+0
|
* Add support for "pseudo-kernels" < 64K in size.hpa2001-12-101-2/+14
|
* Boot protocol version 2.03 support.syslinux-1.65-pre2hpa2001-12-101-4/+13
|
* Make an attempt at detecting nonexistent serial port hardware.syslinux-1.64-pre6hpa2001-11-211-2/+10
|
* Correct serial port/no flow control.syslinux-1.64-pre5hpa2001-11-211-1/+2
|
* Even more tweaks at flow control supportsyslinux-1.64-pre4hpa2001-11-201-4/+21
|
* Correct parsing of serial flow controlhpa2001-11-201-0/+3
|
* Modify the way serial flow control works.syslinux-1.64-pre3hpa2001-11-201-12/+14
|
* Fix parsing of hardware flow controlhpa2001-11-201-3/+7
|
* Fix restoring text mode with a font set (uninitialized use of ES)hpa2001-11-201-4/+9
|
* First cut of "hardware" flowcontrol support for serial console.syslinux-1.64-pre1hpa2001-09-061-17/+43
|
* Try to avoid font problems when returning to text mode.hpa2001-07-201-18/+6
|
* Fix stack-smash bug.syslinux-1.63-pre1hpa2001-05-281-1/+2
|
* - Graphics fixessyslinux-1.62-pre3hpa2001-04-241-3/+3
| | | | | | | - More work on memdisk.asm - PXELINUX: Move private options to 208 (to avoid Etherboot conflict); document need to force these options on the server and the associated problems.
* Introduce a way to return to text mode. Clean up the handling ofhpa2001-04-191-52/+65
| | | | mode transitions.
* Move "call vgaclearmode" in case of kaboom to the correct versionsyslinux-1.60-pre5hpa2001-04-101-1/+1
| | | | of the kaboom routine!
* Clear graphics mode before trying to reboot.hpa2001-04-101-0/+1
|