summaryrefslogtreecommitdiff
path: root/bcopy32.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-17 14:24:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-17 14:24:43 -0700
commit5f7ba5958af6985fdb7b1f1d86c92691786544a1 (patch)
tree78b3eecb5ab13e04c5f06dfb047e7ac42f9e24dc /bcopy32.inc
parentff17500411ecf1fe1697e3d6f114e14b4da4ba60 (diff)
downloadsyslinux-5f7ba5958af6985fdb7b1f1d86c92691786544a1.tar.gz
When exiting a COMBOOT/COM32 module, reset the stack instead of saving
and restoring it. The former option left crap on the stack.
Diffstat (limited to 'bcopy32.inc')
-rw-r--r--bcopy32.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bcopy32.inc b/bcopy32.inc
index 652c4b31..237eb81c 100644
--- a/bcopy32.inc
+++ b/bcopy32.inc
@@ -453,6 +453,5 @@ __bcopy_size equ $-__bcopy_start
section .earlybss
alignb 2
EntryPoint resd 1 ; CS:IP for shuffle_and_boot
-SavedSSSP resd 1 ; Saved real mode SS:SP
A20Test resw 1 ; Counter for testing status of A20
A20Tries resb 1 ; Times until giving up on A20