summaryrefslogtreecommitdiff
path: root/Source/Kernel/FileSystems/FAT/FATFS.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revive MelonAlex AUVOLAT2014-10-281-3/+3
|
* Minor changesAlexis2112009-12-191-3/+5
|
* Fixed some stuffAlexis2112009-11-281-8/+8
|
* Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-281-5/+5
|
* Added some screenshots, re-organized some stuff.Alexis2112009-11-271-9/+17
|
* Fixed FATFS::readAlexis2112009-11-251-2/+2
| | | | | | | - Also added a HDD image, will be used later - Also modified a bit the fdc driver - Also added a hexdump function to kernel shell for dumping file contents
* Multiple things :Alexis2112009-11-241-11/+25
| | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing
* Screwy implementation of FATFS::readAlexis2112009-11-151-2/+26
|
* Reading from the FAT12-formatted floppy works \oAlexis2112009-11-151-0/+201