Edward Dean
Edward Dean
Yes, this would be a big project, maybe in the future be moved as a separate repo and have it be worked on separately then be integrated when ready. It...
Keep open for now so we don't for get :P Then when we have a organisation and have this is a repo, then can close.
I did this as I wanted to test the FAT32 driver against a known good image using a external tool. As if creating the images using the driver to test...
I shall look into mtools and see what the differences are
For the `initrd`, this isn't a "real" file system, so probrably just log something at the most, but will just do nothing. As the user won't be interacting with the...
I have a old 1b+, 2b and rpi4 8GB
Couldn't the syscall function do the conversion from slice to pointer and length
Hmm, I can checkout fine. Have you enabled long path names in Windows?
Sure, you have ago. So yeh, anything that allocates memory will need leak checking for all error cases. There are examples, e.g. in the initrd.zig tests, that checks for memory...
Might also be interesting to add a function that can do this kinds of testing where it will automatically test each failed allocation. Basically how the Zig fmt testing works...