
*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

{ Recovery Services errors: 'DS' 40 - 89 }

  CONST
    dse$unable_to_find_hdwrregs = dsc$min_ecc + 40,
       {E Unable to find hardware register values in image file.}

    dse$asid_invalid = dsc$min_ecc + 41,
       {E ASID invalid.}

    dse$image_file_too_large = dsc$min_ecc + 42,
       {E Image file used is too large for memory.}

    dse$resume_not_allowed = dsc$min_ecc + 43,
       {E Resume_system not allowed after upgrade of deadstart file.}

    dse$cant_upgrade_to_new_dsfile = dsc$min_ecc + 44,
       {E Unable to upgrade to new dsfile on system disk.}

    dse$cant_attach_label_sysdev = dsc$min_ecc + 45,
       {E Bad status trying to attach device label on system dev.}

    dse$cm_table_not_configured = dsc$min_ecc + 46;
       {E A CM table is not configured.}

?? FMT (FORMAT := ON) ??
