Open OlliV opened 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:
DIR_NTRes
S_IRUSR
S_IRGRP
S_IWGRP
S_IXGRP
S_IROTH
S_IWOTH
x and s bits are not very important in Zeke so those don't necessarily need support or they could be mapped elsewhere.
x
s
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:S_IRUSR
S_IRGRP
S_IWGRP
S_IXGRP
S_IROTH
S_IWOTH
x
ands
bits are not very important in Zeke so those don't necessarily need support or they could be mapped elsewhere.