Editing PFS
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 109: | Line 109: | ||
// bitfields are from LSB to MSB | // bitfields are from LSB to MSB | ||
struct { | struct { | ||
uint16 | uint16 o_read : 1; | ||
uint16 o_write : 1; | uint16 o_write : 1; | ||
uint16 | uint16 o_execute : 1; | ||
uint16 | uint16 g_read : 1; | ||
uint16 g_write : 1; | uint16 g_write : 1; | ||
uint16 | uint16 g_execute : 1; | ||
uint16 | uint16 u_read : 1; | ||
uint16 u_write : 1; | uint16 u_write : 1; | ||
uint16 | uint16 u_execute : 1; | ||
uint16 unk : 5; | uint16 unk : 5; | ||
uint16 dir : 1; | uint16 dir : 1; |