FAT: Difference between revisions

Jump to navigation Jump to search
10 bytes removed ,  9 months ago
→‎Programming Guide: Fix the usage of total_sectors (also I think sectorsize in the block below is supposed to be fat_boot->bytes_per_sector but idk)
[unchecked revision][unchecked revision]
(→‎Programming Guide: Fix the usage of total_sectors (also I think sectorsize in the block below is supposed to be fat_boot->bytes_per_sector but idk))
Line 931:
'''The total number of data sectors:'''
<source lang="C">
data_sectors = fat_boot->total_sectors - (fat_boot->reserved_sector_count + (fat_boot->table_count * fat_size) + root_dir_sectors);
</source>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu