Move up the stack so it doesn't get clobbered when copying the final
authorhpa <hpa>
Mon, 6 Nov 2000 20:49:08 +0000 (20:49 +0000)
committerhpa <hpa>
Mon, 6 Nov 2000 20:49:08 +0000 (20:49 +0000)
32K setup code.

ldlinux.asm

index 4ac22b0..88db90b 100644 (file)
@@ -93,11 +93,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)-($-$$)  ; The setup is up to 32K long
+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
 
 ;