summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Paranoia cleanupshpa2003-01-041-5/+5
* Fix the write string ABI call.hpa2002-11-191-0/+4
* Use a more conventional stack arrangement in PXELINUX. Also make itsyslinux-2.00-pre16hpa2002-10-251-13/+23
* Remove debugging codesyslinux-2.00-pre14hpa2002-10-251-6/+0
* Work around NASM bug that would lead to no timeout at all before resethpa2002-10-251-11/+17
* * Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa2002-10-241-352/+3
* Fix PXELINUX memory overwrite bug.syslinux-2.00-pre9hpa2002-10-221-0/+8
* Add API call to determine the serial console configuration.hpa2002-06-171-0/+1
* Document changes due to the use of a stack frame; add new "get derivativehpa2002-06-171-0/+7
* Merge in changes from SYSLINUX 1.75syslinux-2.00-pre4hpa2002-06-151-28/+91
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-111-12/+9
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-101-16/+16
* Remove some redundant move-via-register of segmentshpa2002-06-071-2/+1
* 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-7/+12
* Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa2002-04-301-39/+13
* Change keywords to match the documentation.hpa2002-04-291-1/+1
* Null-pad the .0 extensionhpa2002-04-281-1/+1
* Change, and document, the search sequence of extensions.hpa2002-04-281-2/+1
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-281-82/+5
* Make the setup of the bootup entry state saner.hpa2002-04-281-5/+0
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-281-8/+17
* More factoring of common codehpa2002-04-271-1061/+18
* Don't rely on non-preprocessor referenceshpa2002-04-271-0/+1
* *** empty log message ***hpa2002-04-271-86/+33
* Move configuration file handling to separate file (currently PXELINUXhpa2002-04-271-290/+3
* Even more common code factoringsyslinux-1.73-pre2hpa2002-04-261-388/+4
* More common code factoring: getc library, font handling codehpa2002-04-261-359/+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-165/+8
* 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-4/+2
* Set up %fs before invoking the final transfer sequence.hpa2002-04-231-3/+6
* 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-2/+2
* 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-91/+122
* Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa2001-12-161-5/+110
* Correctly handle very large kernel images and very large ramdisks.hpa2001-12-141-44/+43
* 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-2/+12
* 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