Changeset 24738df in mainline
- Timestamp:
- 2011-08-25T20:12:17Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c80100f
- Parents:
- 26ad20b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
r26ad20b r24738df 235 235 */ 236 236 237 if (cfg->fat_type == FAT12)238 cfg->sectors_per_cluster = 1;239 240 237 cfg->reserved_sectors = 1 + cfg->addt_res_sectors; 241 238 if (cfg->fat_type != FAT32) {
Note:
See TracChangeset
for help on using the changeset viewer.