Updated word of god

This commit is contained in:
Chris
2026-02-06 21:46:51 +01:00
parent cb2af7f06b
commit d2e7808cfa
11 changed files with 103 additions and 30 deletions

View File

@@ -78,6 +78,7 @@ typedef struct {
// File Handle
typedef struct {
uint32_t cluster; // Current cluster
uint32_t start_cluster; // Start cluster (for file entry lookup)
uint32_t position; // Current position in file
uint32_t size; // File size
uint32_t mode; // 0=read, 1=write, 2=append