boot32, boot32lb: avoid big file overlap with FAT sector [fixes #127]
This commit is contained in:
parent
edd0732433
commit
9ac407ae63
@ -66,7 +66,7 @@ Entry: jmp short real_start
|
||||
|
||||
%define LOADSEG 0x0060
|
||||
|
||||
%define FATSEG 0x2000
|
||||
%define FATSEG 0x2200
|
||||
|
||||
%define fat_sector bp+0x48 ; last accessed sector of the FAT
|
||||
|
||||
|
@ -85,7 +85,7 @@ Entry: jmp short real_start
|
||||
|
||||
%define LOADSEG 0x0060
|
||||
|
||||
%define FATSEG 0x2000
|
||||
%define FATSEG 0x2200
|
||||
|
||||
%define fat_secshift fat_afterss-1 ; each fat sector describes 2^??
|
||||
; clusters (db) (selfmodifying)
|
||||
|
Loading…
Reference in New Issue
Block a user