wok rev 25565

BootProg: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 11 16:10:53 2023 +0000 (12 months ago)
parents 3c71bb4367c3
children 272fb709866b
files BootProg/stuff/boot32.asm
line diff
     1.1 --- a/BootProg/stuff/boot32.asm	Thu May 11 15:58:49 2023 +0000
     1.2 +++ b/BootProg/stuff/boot32.asm	Thu May 11 16:10:53 2023 +0000
     1.3 @@ -523,7 +523,7 @@
     1.4  %endif
     1.5          mov     dx, [bx(bpbReservedSectors)]
     1.6          add     eax, edx
     1.7 -ReadSectorLBAfromFAT:
     1.8 +%if LBA48bits != 0
     1.9          pop     dx                              ; 16TB FAT32 max
    1.10          adc     dx, bx
    1.11  ReadSectorBoot: