From cdf2267a252d07b2b32dafdf39f2872e88deb69c Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 27 Oct 2018 06:40:37 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@756 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/driver/storage/fat32.pas | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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;