Changeset f8973122 in mainline
- Timestamp:
- 2012-02-18T19:53:40Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6cf9aeb
- Parents:
- 5dbd696
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkexfat/mkexfat.c
r5dbd696 rf8973122 108 108 fat_bytes = (cfg->total_clusters + 1) * 4; 109 109 cfg->fat_sector_count = div_round_up(fat_bytes, cfg->sector_size); 110 111 /* The first sector of the partition is zero */ 112 cfg->volume_start = 0; 110 113 } 111 114 … … 175 178 } 176 179 177 /* The fist sector of the partition is zero */178 cfg.volume_start = 0;179 180 180 /* TODO: Add parameters */ 181 181
Note:
See TracChangeset
for help on using the changeset viewer.