Commit Graph

8 Commits (dev)

Author SHA1 Message Date
Nigel Barink e82392e9d9 FAT Filesystem implementation additions 2023-10-27 18:07:11 +02:00
Nigel Barink 64c87a2a58 Fixing an issue in the CoreLib 2023-10-27 18:04:09 +02:00
Nigel Barink 2d0bb16fad Fixed up ACPI Version 1.0 checksum validation code 2023-02-27 00:32:16 +01:00
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
Nigel Barink 32b0d990df Added ctype std lib functions 2023-02-25 20:41:21 +01:00
Nigel Barink 745656eb2d Fixup C++ compiler path in makefile of CoreLib
memcpy implementation added
2023-02-25 20:04:34 +01:00
Nigel Barink ef2bba5c1c Started fleshing out the storage API 2023-02-21 14:36:20 +01:00
Nigel Barink dea8ab7d71 Improved build system
Added new entries to .gitignore
Moved away from source directory as central spot for all source code
2023-02-20 00:29:06 +01:00