BarinkOS/CoreLib
Nigel Barink 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
..
List.h We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00
Makefile Added ctype std lib functions 2023-02-25 20:41:21 +01:00
Memory.cpp We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00
Memory.h We can now open and read files on the harddisk through a messy virtual filesystem 2023-02-26 13:44:41 +01:00
Path.cpp Improved build system 2023-02-20 00:29:06 +01:00
Path.h Improved build system 2023-02-20 00:29:06 +01:00
Stack.cpp Improved build system 2023-02-20 00:29:06 +01:00
Stack.h Improved build system 2023-02-20 00:29:06 +01:00
String.cpp Improved build system 2023-02-20 00:29:06 +01:00
String.h Improved build system 2023-02-20 00:29:06 +01:00
StringView.cpp Improved build system 2023-02-20 00:29:06 +01:00
StringView.h Improved build system 2023-02-20 00:29:06 +01:00
ctype.cpp Added ctype std lib functions 2023-02-25 20:41:21 +01:00
ctype.h Added ctype std lib functions 2023-02-25 20:41:21 +01:00