summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2000-11-06 20:54:35 +0000
committerhpa <hpa>2000-11-06 20:54:35 +0000
commit27280c5d869e9eab58d6f00fe384c07c46745d43 (patch)
tree57072ba9efa655c3e2390b0694b6c326bda02316
parent2573a987cfa6d3740dab9906b4505b8ba93fad95 (diff)
downloadsyslinux-27280c5d869e9eab58d6f00fe384c07c46745d43.tar.gz
Move up the stack so we don't clobber it with a 32K setup...syslinux-1.49
-rw-r--r--pxelinux.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 29404bc2..5734ea3a 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -116,11 +116,11 @@ su_bsklugeseg resw 1 ; 0222
su_heapend resw 1 ; 0224
su_pad1 resw 1 ; 0226
su_cmd_line_ptr resd 1 ; 0228
- resb (8000h-12)-($-$$) ; Were bootsect.S puts it...
-linux_stack equ $ ; 7FF4
+ resb (9000h-12)-($-$$) ; Were bootsect.S puts it...
+linux_stack equ $ ; 8FF4
linux_fdctab equ $
- resb 8000h-($-$$)
-cmd_line_here equ $ ; 8000 Should be out of the way
+ resb 9000h-($-$$)
+cmd_line_here equ $ ; 9000 Should be out of the way
endstruc
;