10 Commits

Author SHA1 Message Date
bcd655fd8d - misplaced macro fixed
- volume size added to volume listing
2023-11-11 20:06:40 +01:00
d7a5a49394 - Sequential file reading works
- FAT32 file system driver is defined
- Automount implemented
- Unified file operations implemented
- File listing implemented
2023-11-11 18:03:23 +01:00
af2db137f9 Automount initial steps 2023-11-11 06:39:21 +01:00
8b8dcbe170 stream-like access added 2023-10-03 15:37:39 +02:00
de52ac5d35 File reading works (with random access), file interface is basically defined, crossing cluster boundaries is not yet implemented in directory listing and file location operation 2023-10-03 10:03:34 +02:00
1e6e6253b9 reading from a root-directory file basically works 2023-10-03 07:04:31 +02:00
46f6fe7494 Directory listing works, initial steps on interpreting paths 2023-10-02 15:03:03 +02:00
ae3e1e07cf Fat32 ctrl block 2023-09-30 06:37:35 +02:00
8e30051824 Fat32 implementation basics 2023-09-28 18:10:48 +02:00
ce607a0452 initial 2023-09-28 10:00:34 +02:00