summaryrefslogtreecommitdiff
path: root/stack.inc
Commit message (Collapse)AuthorAgeFilesLines
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-141-2/+3
| | | | | | The $PnP probe has been found to lock up at least one machine for reasons unknown. Drop it; instead, burn the extra few bytes in the bootsector to save away ES:DI for later restore.
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-1/+1
|
* Better describe what this macro does (comment fix.)H. Peter Anvin2006-08-171-2/+2
|
* Clean up the reset stack macro further; incorporate segment resetH. Peter Anvin2006-08-171-3/+11
| | | | as well as enable interrupts.
* 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-0/+38
and restoring it. The former option left crap on the stack.