CE add format command, implement libfat
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m57s

This commit is contained in:
2026-03-10 21:38:51 +01:00
parent be8d1e4596
commit 3d9503260e
6 changed files with 142 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ struct fatfs_ctx {
struct fatfs _fs;
struct fat_list _open_file_list;
struct fat_list _free_file_list;
char device_name[0x100];
};
#endif // _KERNEL_FS_FATFS_CTX_H