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

⟦09413747a⟧ EM, TextFile

    Length: 1024 (0x400)
    Types: EM, TextFile
    Names: »SAVE_MEM_STATE.EM«

Derivation

└─⟦b4205821b⟧ Bits:30000743 8mm tape, Rational 1000, DFS, D_12_7_3 SEQ288
    └─ ⟦this⟧ »SAVE_MEM_STATE.EM« 
└─⟦b434774df⟧ Bits:30000528 8mm tape, Rational 1000, DFS, D_12_6_5
    └─ ⟦this⟧ »SAVE_MEM_STATE.EM« 
└─⟦bc1274df5⟧ Bits:30000750 8mm tape, Rational 1000, DFS backup from PAM's R1000
    └─ ⟦this⟧ »SAVE_MEM_STATE.EM« 

TextFile

! Must save state starting with the highest priority board so that SET_INH
! doesn't screw the experiment. Save_state clears DRIVE_HIT, preventing the
! assertion of SET_INH to the lower priority boards so that memory experiments
! will work correctly on them.
[eq [mem3_exists],TRUE]
    define_mem_vars 3 [xeq mem3 save_state];
[end]
[eq [mem2_exists],TRUE]
    define_mem_vars 2 [xeq mem2 save_state];
[end]
[eq [mem1_exists],TRUE]
    define_mem_vars 1 [xeq mem1 save_state];
[end]
[eq [mem0_exists],TRUE]
    define_mem_vars 0 [xeq mem0 save_state];
[end]«nul»