FAT: Difference between revisions

[unchecked revision][unchecked revision]
Line 492:
'''The first data sector (that is, the first sector in which directories and files may be stored):'''
<source lang="C">
first_data_sector = fat_boot->reserved_sector_count + (fat_boot->table_count * fat_size) + root_dir_sectors;
</source>
 
Anonymous user