Changeset b40bfac in mainline for tools/mkfat.py
- Timestamp:
- 2010-11-08T07:13:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63a1e60
- Parents:
- d70a463 (diff), 3da12d74 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mkfat.py
rd70a463 rb40bfac 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.