
{  Define cybil constants and types for 180 IOU subsystem memory sizes.

  CONST
    osc$max_pp_size {size in PP bytes (16 bits per PP byte)}  = 37777(8);

  TYPE
    ost$pp_size = 0 .. osc$max_pp_size,
    ost$pp_byte_size = 0 .. 0ffff(16);
