boot: move cluster list to 1FE0h:2200h (128 KiB file, up to /L 0x200)

1FE0h:2200h happens to be linear 22000h. Like the memory map
update to the FAT32 loaders for #127 this allows to load a
file of up to 128 KiB (rounded to cluster size) with an /L
parameter for SYS of up to 0x200.
This commit is contained in:
E. C. Masloch 2024-02-06 20:14:04 +01:00 committed by Kenneth J Davis
parent 4682e23b57
commit 2aa51a1992
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Entry: jmp short real_start
%define LOADSEG 0x0060
%define CLUSTLIST 0x2000 ; offset of temporary buffer for FAT
%define CLUSTLIST 0x2200 ; offset of temporary buffer for FAT
; chain cluster list
; Some extra variables