remove shortjmp and ident from bpb

This commit is contained in:
2025-09-18 11:20:05 -04:00
parent 6c402b5c4f
commit d8a89cfd2b
3 changed files with 24 additions and 20 deletions

View File

@@ -258,7 +258,7 @@ ReadVbrData:
cmp word [bx + 0x1FE], 0xAA55 ; check for bytes at end
jne ReadVbrData.error_nosign
.check_FAT_size:
test word [bx + FAT32_bpb_t.unused2_ZERO_word], 0 ; TotSectors16 will not be set if FAT32
test word [bx + FAT32_bpb_t.u16_TotalSectors16], 0 ; TotSectors16 will not be set if FAT32
jnz ReadVbrData.error_badfatfs
.endp:
__CDECL16_PROC_EXIT