DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 DFS Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 DFS Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦14f75d9b2⟧ EM, TextFile

    Length: 1403 (0x57b)
    Types: EM, TextFile
    Names: »SM.EM«

Derivation

└─⟦9031b0687⟧ Bits:30000407 8mm tape, Rational 1000, DFS, D_12_7_3
    └─ ⟦this⟧ »SM.EM« 

TextFile

[eq,[var DID_SM_SINCE_RM],TRUE]
  [write YOU ALREADY DID "SM" SINCE THE LAST "RM" - NOT SAVING MEM STATE AGAIN]
  [set MC TRUE] !-force ERRORS check
[else]
  [set MC [poll_for_mc]]
  [xeq fiu freeze_world]
  [for_all_mem MF] !-RESET.WARM doesn't refresh during FREEZE!
  [reset val]
  [reset typ]
  [reset seq]
  [#eq,[model],100]
    [reset sys]
    [reset fiu]
    [set trace_addr [xeq sys READ_TRACE_ADDR]]
    [set sys_uir_save [xeq sys READ_UIR 0]]
    [xeq sys load_noop_uword]
  [end]
  [#eq,[model],200]
    [reset ioc]
    [reset fiu]
    [set trace_addr [xeq ioc READ_TRACE_ADDRESS,0]]
    [set sys_uir_save [xeq ioc READ_UIR 0]]
    [xeq ioc LOAD_UIR A030 0]
  [end]
  [set first_trace [var trace_addr]]
  [save_mem_state]
  [set DID_SM_SINCE_RM TRUE]
[end]
[eq,%0/N%,]
   [eq,[var MC],FALSE]  
      [write NO MACHINE CHECKS WERE DETECTED]
   [else]
      [eq [xeq seq halt],TRUE]
         [write UCODE HALT AT [xeq ioc READ_LAST_PC]]
      [else]
         [errors]
      [end]
   [end]
   [#eq [xeq val prep_read_reg; xeq val read_a_reg 3AC 0],000FFFF00000BF80]
      [set ECC_COUNT [xeq typ prep_read_reg; xeq typ read_a_reg 3AA 0]]
      [#eq [var ECC_COUNT] 0]
         [write NO ECC ERRORS WERE DETECTED SINCE THE LAST BOOT]
      [else]
         [write [var ECC_COUNT] ECC ERRORS WERE DETECTED - TYPE "ECC_LOG" TO LIST THEM]
      [end]
      [kill ECC_COUNT]
   [end]
[end]
[kill MC]