diff options
| author | hpa <hpa> | 1998-02-03 15:26:55 +0000 |
|---|---|---|
| committer | hpa <hpa> | 1998-02-03 15:26:55 +0000 |
| commit | f4d7e2a61bdd67955a1db028e7ec8d12324b0d63 (patch) | |
| tree | d6b7b5a7b89a1c2e18634a8e2f8a3dd350dc12f0 /ldlinux.asm | |
| parent | cef0fd80434153eee525e9bf385511499fe9eeeb (diff) | |
| download | syslinux-f4d7e2a61bdd67955a1db028e7ec8d12324b0d63.tar.gz | |
Beginning outline of Linux installer
Diffstat (limited to 'ldlinux.asm')
| -rw-r--r-- | ldlinux.asm | 2 |
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 |
