-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write support for FAT32 #26
Comments
hello o8vm, I'm rewriting the fat32 crate. I hope that would be useful for you. |
Hi! Thanks for the information of your fat32 crate.
Very cool! |
Hi, new version has released. Tests passed in my bootloader. I hope that would be useful for you. |
Thank you! I'll be sure to check it out when I get time. |
KRaBs supports the FAT32 filesystem, but only the read feature is available. To add the recovery mode feature #18 , we need to implement write() for FAT32 module as well.
The text was updated successfully, but these errors were encountered: