[FATTEN]
authorDavid Quintana <gigaherz@gmail.com>
Tue, 8 Sep 2015 22:01:05 +0000 (22:01 +0000)
committerDavid Quintana <gigaherz@gmail.com>
Tue, 8 Sep 2015 22:01:05 +0000 (22:01 +0000)
commit9a82c8549fd3011cb023fbec20bb21333fb18af5
tree27fd601291fcdaed3a7fb5d5de8ca32d614e9f60
parentee039d524e75a2b01d375f3a5269e026a2f35fb9
[FATTEN]
In a failed attempt at getting 7-zip to recognize the fat images,
* Updated the fatfs backing library to v0.11a,
* Changed the default cluster size to 1 for floppy-sized images (< 4096 sectors) and 8 otherwise (4096 was an invalid value), and
* Changed the fatfs formatting code to generate FAT12 filesystems more windows-like.
I see no reason to discard the changes, so here they are.

svn path=/trunk/; revision=69131
reactos/tools/fatten/fatfs/diskio.c
reactos/tools/fatten/fatfs/ff.c
reactos/tools/fatten/fatfs/ff.h
reactos/tools/fatten/fatfs/ffconf.h
reactos/tools/fatten/fatfs/option/ccsbcs.c
reactos/tools/fatten/fatten.c