Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
86 stars 9 forks source link

fatfs: Allow storing more mode flags in a dir entry #172

Open OlliV opened 4 years ago

OlliV commented 4 years ago

Bits 0, 1, 2, 5, 6, and 7 of DIR_NTRes (0x0c) are not commonly used by any modern OS and thus those could be utilized for adding more mode bits:

x and s bits are not very important in Zeke so those don't necessarily need support or they could be mapped elsewhere.