8 Commits

Author SHA1 Message Date
Godzil
63a1cb6c11 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.
2023-02-10 17:59:39 +00:00
Godzil
44ebc2c848 Fix small building issue on linux/unix system when building with mmap. 2023-02-10 17:59:37 +00:00
Godzil
334ea87d25 Add missing boundary check when seeking in a file. 2023-02-10 17:59:36 +00:00
Godzil
aa85a2c70b Fix some pedantism from C++ 2023-02-10 17:59:29 +00:00
Godzil
57f8283df7 Add first batch of tests
and fix some issues.
2023-02-10 17:59:28 +00:00
Godzil
86acbaa30f Made the memory backend, should somewhat work 2023-02-10 17:59:17 +00:00
Godzil
b31439bcb6 Now we can generate a fairly basic FS.
Added some test material
2023-02-10 17:59:15 +00:00
Godzil
675808e62f Initial commit 2023-02-10 17:59:04 +00:00