mirror of https://github.com/FDOS/kernel.git
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:
parent
4682e23b57
commit
2aa51a1992
|
@ -99,7 +99,7 @@ Entry: jmp short real_start
|
||||||
|
|
||||||
%define LOADSEG 0x0060
|
%define LOADSEG 0x0060
|
||||||
|
|
||||||
%define CLUSTLIST 0x2000 ; offset of temporary buffer for FAT
|
%define CLUSTLIST 0x2200 ; offset of temporary buffer for FAT
|
||||||
; chain cluster list
|
; chain cluster list
|
||||||
|
|
||||||
; Some extra variables
|
; Some extra variables
|
||||||
|
|
Loading…
Reference in New Issue