BarinkOS/kernel/storage
Nigel e6901f0526 We can now open and read files on the harddisk through a messy virtual filesystem
The uri has to contain 8.3 filenames for now as I have not yet figured out
how to convert from that to regular filenaming for the name comparison.

reading files is still limited to 1 sector
2023-02-26 13:44:41 +01:00
..
ata pio Basic idea's are created for the storage solution 2023-02-21 21:43:14 +01:00
atapi Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
filesystems We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00
ide Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
partitions Shellscript improvement plus FAT driver implementations 2023-02-23 23:54:02 +01:00
partitiontables/mbr Basic idea's are created for the storage solution 2023-02-21 21:43:14 +01:00
vfs We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00