summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>1998-02-03 15:26:55 +0000
committerhpa <hpa>1998-02-03 15:26:55 +0000
commitf4d7e2a61bdd67955a1db028e7ec8d12324b0d63 (patch)
treed6b7b5a7b89a1c2e18634a8e2f8a3dd350dc12f0 /ldlinux.asm
parentcef0fd80434153eee525e9bf385511499fe9eeeb (diff)
downloadsyslinux-f4d7e2a61bdd67955a1db028e7ec8d12324b0d63.tar.gz
Beginning outline of Linux installer
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index c6280563..87aab000 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -129,7 +129,7 @@ vk_size: equ $
;
vk_seg equ 8000h ; This is where we stick'em
xfer_buf_seg equ 7000h ; Bounce buffer for I/O to high mem
-
+fat_seg equ 1000h ; 128K area for FAT (2x64K)
;
; For our convenience: define macros for jump-over-unconditinal jumps