summaryrefslogtreecommitdiff
path: root/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Fix typosyslinux-3.20-pre18H. Peter Anvin2006-08-211-1/+1
* In kaboom, use standard macro for resetting the stack where applicableH. Peter Anvin2006-08-211-7/+1
* Fix stack clobber when loading CD boot sectors.H. Peter Anvin2006-08-171-1/+3
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-8/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-17/+17
* Revert change to searchdir; document BX and CX trashed.hpa2005-08-231-11/+7
* Make sure we have at least 4K for the stack.syslinux-3.10-pre20hpa2005-08-221-4/+4
* Register-handling cleanups for searchdir.hpa2005-08-221-5/+9
* If onerror is set, invoke onerror on escapehpa2005-08-181-36/+2
* Reorganize slightly for more space; add link to SBMhpa2004-12-301-73/+97
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-2/+0
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-5/+3
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-4/+6
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-0/+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-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