Changeset ede7ae1 in mainline for uspace/app/mkfat/mkfat.c


Ignore:
Timestamp:
2011-08-25T20:41:38Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
462b418
Parents:
c80100f
Message:

Do not limit FAT12 to 512 BPS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkfat/mkfat.c

    rc80100f rede7ae1  
    184184        }
    185185
    186         if (cfg.fat_type == FAT12 && cfg.sector_size != 512) {
    187                 printf(NAME ": Error. Device block size is not 512 bytes for FAT12 file system.\n");
    188                 return 2;
    189         }
    190 
    191186        if (cfg.total_sectors == 0) {
    192187                printf(NAME ": Error. You must specify filesystem size.\n");
Note: See TracChangeset for help on using the changeset viewer.