;device table symbolic definitions

UNIVERSAL

;device table entry
DT.LNK=0                                ;link longword to next entry or 0
DT.FLG=4                                ;flags word
       DT$LOG=10                       ; logical unit
       DT$SHR=1000                     ; shareable device
       DT$MNT=10000                    ; mounted
DT.DEV=6                                ;device code word RAD50
DT.DRV=10                               ;drive number word
DT.SIZ=12

END