summaryrefslogtreecommitdiff
path: root/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+1
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-89/+7
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-20/+19
* First cut at new searchdir for FAT boot loader; uses metadata cachehpa2004-12-161-4/+4
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-161-20/+17
* Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsizehpa2004-12-161-10/+5
* Update copyright headers.hpa2004-12-141-4/+4
* Support non-mkisofs mastering programssyslinux-2.12-pre11hpa2004-12-091-29/+77
* Move ASCII macros to macros.incsyslinux-2.11-pre2hpa2004-08-041-5/+0
* Clean up memory management and command-line creationhpa2004-08-041-5/+6
* Move raw console access and strcpy() into their own include fileshpa2004-07-261-75/+2
* Add an API call to query the configuration file namehpa2004-06-181-0/+1
* - Add "allowoptions" commandhpa2004-05-291-0/+1
* Knut Petersen's hack for Award BIOS bugssyslinux-2.10-pre2hpa2004-05-181-3/+127
* Better E820 memory parsersyslinux-2.09-pre15hpa2004-04-231-0/+2
* Handle video pages correctly.syslinux-2.09-pre1hpa2004-01-291-8/+6
* 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/+5
* 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-1/+2
* Fix ISOLINUX directory length bugsyslinux-2.06-pre2hpa2003-08-221-2/+3
* COM32: Try to support both farcall and intcallhpa2003-07-011-0/+1
* Macroize the generation of the "insufficient DOS RAM string";hpa2003-04-151-9/+11
* Fix a bug in bug fix...syslinux-2.01-pre3hpa2002-11-191-1/+0
* Fix the write string ABI call.hpa2002-11-191-0/+5
* (Hopefully) fix bug related to very long configuration filessyslinux-2.00-pre12hpa2002-10-241-2/+8
* Fix bug which causes ISOLINUX to choke on initrds > 128 MB.hpa2002-10-241-3/+4
* * Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa2002-10-241-353/+8
* Fix for Toshiba laptops; ported from 1.xx branchsyslinux-2.00-pre7hpa2002-08-131-29/+0
* 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-9/+6
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-101-12/+12
* 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/+10
* Fix the aborted_msghpa2002-06-061-1/+1
* Comment updatehpa2002-06-031-1/+4
* Additional El Torito BIOS workarounds...hpa2002-06-031-6/+52
* Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa2002-04-301-38/+12
* Change keywords to match the documentation.hpa2002-04-291-1/+1
* Change, and document, the search sequence of extensions.hpa2002-04-281-0/+1
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-281-92/+8
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-281-10/+11
* More factoring of common codehpa2002-04-271-1066/+9
* Don't rely on non-preprocessor referenceshpa2002-04-271-0/+1
* *** empty log message ***hpa2002-04-271-361/+35