mirror of https://github.com/FDOS/kernel.git
from RBIL int 21h/4400h (table 01423) add definition for bit 11 if SFT is not for a device (for a file) - media not removable, currently unused
This commit is contained in:
parent
9d293d7815
commit
afca594446
|
@ -115,6 +115,7 @@ typedef struct sfttbl {
|
|||
|
||||
/* the following bits are file (block) unique */
|
||||
#define SFT_FDATE 0x4000 /* File date set */
|
||||
#define SFT_FFIXEDMEDIA 0x0800 /* File on non-removable media - unused */
|
||||
#define SFT_FCLEAN 0x0040 /* File has not been written to */
|
||||
#define SFT_FDMASK 0x003f /* File mask for drive no */
|
||||
|
||||
|
|
Loading…
Reference in New Issue