Changes in tools/mkfat.py [28f4adb:f4057f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mkfat.py
r28f4adb rf4057f5 370 370 reserved_clusters = 2 371 371 372 # Make sure the filesystem is large enough tfor FAT16372 # Make sure the filesystem is large enough for FAT16 373 373 size = subtree_size(path, cluster_size, dirent_size) + reserved_clusters * cluster_size + extra_bytes 374 374 while (size // cluster_size < fat16_clusters):
Note:
See TracChangeset
for help on using the changeset viewer.