8 Commits

Author SHA1 Message Date
Godzil
73d9d4b861 Add a primitive write function and function to get the version.
MiniFFS is not really meant to write in the files, but in some cases it could be needed so that was added for that reason. If the changes are applied or not to the actual file is implementation dependent. So be careful.
2022-05-30 15:40:29 +01:00
Godzil
bbef89bcd9 Fix small building issue on linux/unix system when building with mmap. 2022-05-27 12:18:18 +01:00
Godzil
8a604309bb Add missing boundary check when seeking in a file. 2022-05-27 12:02:15 +01:00
Godzil
ba3a08cd59 Fix some pedantism from C++ 2022-05-27 11:18:53 +01:00
Godzil
18b13da2f9 Add first batch of tests
and fix some issues.
2022-05-27 10:38:13 +01:00
Godzil
52c1735ea1 Made the memory backend, should somewhat work 2022-05-26 15:18:16 +01:00
Godzil
8fd7ab33fc Now we can generate a fairly basic FS.
Added some test material
2022-05-26 12:02:47 +01:00
Godzil
0c5ef936c2 Initial commit 2022-05-25 14:06:47 +01:00