summaryrefslogtreecommitdiff
path: root/core/isolinux.asm
diff options
context:
space:
mode:
Diffstat (limited to 'core/isolinux.asm')
-rw-r--r--core/isolinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index fef3e560..d6be7502 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -183,11 +183,11 @@ _spec_len equ _spec_end - _spec_start
;; CD-ROM sector (2K) of the file, so the number one priority is actually
;; loading the rest.
;;
-StackBuf equ $-44 ; 44 bytes needed for
+StackBuf equ STACK_TOP-44 ; 44 bytes needed for
; the bootsector chainloading
; code!
OrigESDI equ StackBuf-4 ; The high dword on the stack
-StackTop equ OrigESDI
+StackHome equ OrigESDI
bootsec equ $