diff --git a/src/driver/storage/fat32.pas b/src/driver/storage/fat32.pas index 38ea88fc..e5a62ef2 100644 --- a/src/driver/storage/fat32.pas +++ b/src/driver/storage/fat32.pas @@ -1,17 +1,8 @@ -{ ************************************************ - * Asuro - * Unit: Drivers/storage/fat32 - * Description: fat32 file system driver - * - ************************************************ - * Author: Aaron Hance - * Contributors: - ************************************************ } - - { - Todo in the future, optimise by prvoiding batch read/write commands - - } +{ + Driver->storage->fat32 - fat32 filesystem driver + + @author(Aaron Hance ) +} unit FAT32;