!Include file used by utilities using NS.DAT.  e.g. INVENTY & WHATIS
!new format - inon and room merged, new field bootfs
!J. Butler 1/8/85

%constinteger max addr = 16_7F,
              ns blank=0, ns in=1, ns on=2, ns at=3, ns the=1, ns room=2

%recordformat ns sfm(%bytearray d(1:7))

%recordformat ns lfm( %c
%byte inonrm, bootfs, %bytearray lname(1:31), %byte case, Inet,
%bytearray iname(1:7), add(1:4), bpmap(1:18))

%recordformat ns fm(%record (ns sfm) %array s(0:max addr), %c
%record (ns lfm) %array l(0:max addr), %string (255) comment)

%endoffile
