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:
Kenneth J Davis 2021-07-22 23:22:38 -04:00
parent 9d293d7815
commit afca594446
1 changed files with 1 additions and 0 deletions

View File

@ -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 */