mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-02-15 03:30:33 +00:00
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
; Disk image elements, in a queue
|
|
feCurVers equ 1
|
|
rsReset
|
|
feQLink rs.l 1 ; OS queue element
|
|
feQType rs.w 1
|
|
feVers rs.w 1 ; version this structure because it is publicly accessible
|
|
feRefNum rs.w 1 ; refnum of open file
|
|
feConnCnt rs.b 1 ; counter of connected computers
|
|
fePermssn rs.b 1 ; r/rw?
|
|
feListRow rs.w 1 ; rowNum within GUI List
|
|
feUnique rs.l 1 ; globally unique ID for this image on this server
|
|
feFileName rs.b 0 ; variable length pascal string
|