User Tools

Site Tools


tymcom-x-startup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tymcom-x-startup [2018/03/28 09:23]
jms [Other pages]
tymcom-x-startup [2018/04/04 09:12]
jms [Other pages]
Line 43: Line 43:
 ==== tym-fresh.ini for "fresh" disks ==== ==== tym-fresh.ini for "fresh" disks ====
  
-  Linux% cat tym-fresh.ini+  Linux% cat x14-fresh.ini 
   ; SIMH Configuration for TYMCOM-X, refresh needed   ; SIMH Configuration for TYMCOM-X, refresh needed
   ; Get sys:mon14.exe onto 1st disk   ; Get sys:mon14.exe onto 1st disk
-  copy dskb.dsk tymb00.dsk +  copy dskb.dsk x14a.dsk 
-  copy dskc.dsk tymb01.dsk +  copy dskc.dsk x14b.dsk 
-  ; These two units now need initialize, DEFINE and REFRESH +  ; These two units now need initializing, DEFINE and REFRESH 
-  attach rp0 tymb00.dsk +  attach rp0 x14a.dsk 
-  attach rp1 tymb01.dsk +  attach rp1 x14b.dsk 
-  ; Tape with TITO.SAV+  ; Tape with TITO.SAV (in simh format)
   attach tu0 tito.tape   attach tu0 tito.tape
-  set tim y2k 
   expect "BOOT>" send "mon14/start:141\r"; GO   expect "BOOT>" send "mon14/start:141\r"; GO
-  expect "EDDT" send "ctysim\e: ctybrk\eb 140\eg"; GO+  expect "EDDT" send "ctysim\e: ctybrk\eb ctydo[1\r dzdo[0\r 140\eg"; GO
   expect "BAT pages on this UNIT?" send "y\ry\r"; GO   expect "BAT pages on this UNIT?" send "y\ry\r"; GO
   expect "BAT pages on this UNIT?" send "y\ry\r"; GO   expect "BAT pages on this UNIT?" send "y\ry\r"; GO
Line 63: Line 62:
   expect "NEW ID NEEDED" send "dskb01\r"; GO   expect "NEW ID NEEDED" send "dskb01\r"; GO
   expect "FILES*" send "refresh\ry\r"; GO   expect "FILES*" send "refresh\ry\r"; GO
-  expect "MM-DD-YYYY" send "11-13-1989\r"; GO+  ; Must use date from 28 years ago, current HHMM 
 +  expect "MM-DD-YYYY" send "04-05-1990\r"; GO 
 +  set cpu tops10 
 +  set cpu idle
   boot rp   boot rp
  
Line 80: Line 82:
   Linux% cat tym-fresh.ini   Linux% cat tym-fresh.ini
   ; SIMH Configuration for TYMCOM-X, production   ; SIMH Configuration for TYMCOM-X, production
-  attach rp0 tymb00.dsk +  attach rp0 x14a.dsk 
-  attach rp1 tymb01.dsk+  attach rp1 x14b.dsk
   ; Tape with TITO.SAV   ; Tape with TITO.SAV
   attach tu0 tito.tape   attach tu0 tito.tape
Line 295: Line 297:
  
 This is the current roadblock - cannot run tito.sav from tape (this also fails under TOPS-10). This is the current roadblock - cannot run tito.sav from tape (this also fails under TOPS-10).
-==== Other pages ==== 
  
 ==== Other pages ==== ==== Other pages ====
tymcom-x-startup.txt · Last modified: 2018/04/04 09:12 by jms