Changes in tools/mkfat.py [f4057f5:28f4adb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mkfat.py
rf4057f5 r28f4adb 370 370 reserved_clusters = 2 371 371 372 # Make sure the filesystem is large enough for FAT16372 # Make sure the filesystem is large enought 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.