summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldlinux.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 4ac22b0f..88db90bd 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -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
;