# # ChangeLog for uspace/app/mkexfat/mkexfat.c in mainline # # Generated by Trac 1.6 # 2024-12-12T10:43:38Z Sun, 19 Feb 2012 20:27:13 GMT Maurizio Lombardi [50e754e] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: Initialize the FAT vector, vbr-backup starts at sector 12. Sun, 19 Feb 2012 17:45:56 GMT Maurizio Lombardi [3f6d4ea] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: write the VBR and the VBR-backup on disk. Sun, 19 Feb 2012 16:28:51 GMT Maurizio Lombardi [6cf9aeb] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: superblock initialization is now completed - Added a ... Sat, 18 Feb 2012 19:53:40 GMT Maurizio Lombardi [f8973122] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: move volume_start field initialization to the appropriate place. Sat, 18 Feb 2012 18:32:39 GMT Maurizio Lombardi [5dbd696] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: compute the total FAT size Sat, 18 Feb 2012 15:44:21 GMT Maurizio Lombardi [ffee7bf] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: compute the cluster size needed to index the entire device, ... Thu, 16 Feb 2012 22:14:42 GMT Maurizio Lombardi [9744f2d] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: - Get the total number of blocks of the device. - Add ... Tue, 14 Feb 2012 21:33:55 GMT Maurizio Lombardi [116cb91] * uspace/app/mkexfat/mkexfat.c (modified) mkexfat: get the service id and read the device sector size. Tue, 14 Feb 2012 20:24:47 GMT Maurizio Lombardi [dd22cc4] * uspace/app/mkexfat/Makefile (added) * uspace/app/mkexfat/exfat.h (added) * uspace/app/mkexfat/mkexfat.c (added) Add initial mkexfat implementation