summaryrefslogtreecommitdiff
path: root/abort.inc
Commit message (Expand)AuthorAgeFilesLines
* Clean up the reset stack macro further; incorporate segment resetH. Peter Anvin2006-08-171-5/+1
* The RESET_STACK change broke SYSLINUX & EXTLINUX. Fix.syslinux-3.20-pre13H. Peter Anvin2006-08-171-1/+1
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-12/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-1/+1
* Fix stack restoration on isolinuxhpa2005-08-231-1/+1
* Clean up abort.inc to handle NASM bug (forward jmp through equ)syslinux-3.10-pre15hpa2005-08-201-10/+6
* Better NOESCAPE; handle comments without space (too common a mistake)hpa2005-08-181-4/+2
* Try again to make "noescape" actually work...hpa2005-08-181-2/+2
* NOESCAPE: run the default command if a load is interruptedsyslinux-3.10-pre11hpa2005-08-181-6/+4
* If onerror is set, invoke onerror on escapehpa2005-08-181-0/+75