[wip] fix bugs, add more extension support, allow file name length to be configured

This commit is contained in:
2025-04-30 21:39:27 +03:00
parent dc611bb787
commit 60a2815f3a
2 changed files with 340 additions and 50 deletions

View File

@@ -37,7 +37,7 @@ struct fs_inode_extension {
__attribute__((packed))
struct fs_directory_record {
unsigned char fname[60];
unsigned char fname[FS_MAX_FNAME_LEN+1];
unsigned int inode_no;
};