-- Device.mesa (last edited by: McJones on: February 3, 1980 1:41 PM)
Device: DEFINITIONS =
BEGIN
-- Definitions common to all devices supporting Pilot boot loaders or a DiskChannel implementation
-- Device type
-- Extendible enumeration implemented in conjuction with DeviceTypes, a definitions module containing constants of type Device.Type and which should not be included by any other definitions module, thus enabling free recompilation
Type: TYPE = PRIVATE RECORD [UNSPECIFIED];
nullType: Type = [177777B];
END.
LOG
Time: January 21, 1980 11:55 AMBy: McJonesAction: Create file