ISO9660 filesystem driver
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 33s

This commit is contained in:
2026-04-06 22:45:54 +02:00
parent 385b1f0db0
commit 8ae16342b6
12 changed files with 911 additions and 19 deletions

View File

@@ -1,8 +1,9 @@
#ifndef _FS_TYPES_H
#define _FS_TYPES_H
#define FS_TARFS 0
#define FS_FAT16 1
#define FS_FAT32 2
#define FS_TARFS 0
#define FS_FAT16 1
#define FS_FAT32 2
#define FS_ISO9660 3
#endif // _FS_TYPES_H