BarinkOS/kernel/storage/vfs
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
..
vfs_types.h We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00
vfs.cpp We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00
vfs.h We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00