Installing SITS on SIMH

From Computer History Wiki
Revision as of 11:47, 11 October 2022 by Larsbrinkhoff (talk | contribs) (Rearrange transcripts.)
Jump to: navigation, search

Brief notes on installing SITS on SIMH.

Introduction

  • RUG is a DDT-like memory resident debugger, like ITS' non-time-sharing DDT. It can also handle a variety of media for reading and writing files.
  • SALV is the disk salvager, same as in ITS.
  • SYSSPR is the system sphere, the first program run by SITS.
  • DDT is the user interface command processor, like DDT/HACTRN in ITS.
  • INQUIR handles a user database, like on ITS.
  • FNT is a system program which loads fonts for use on the TV displays.

SIMH configuration

set cpu 11/45
set cpu 192k

set ke enabled
set pclk enabled
set ptr enabled
set ptp enabled
set dci enabled address=17774000 vector=300 lines=1
set vh enabled  address=17760020 vector=340 lines=16
set rk enabled  address=17777400 vector=220
set ng enabled  address=17764040 vector=270
set tv enabled  address=17764100
set mb enabled  address=17770000 vector=374

at -U dci 20001
at -U vh 20002
at rk0 rk0.dsk
at rk1 rk1.dsk
at rk2 rk2.dsk
at rk3 rk3.dsk

At the time of writing, the TV and MB devices have not yet been merged into mainline SIMH.

Prepare media

Have these absolute loader paper tapes ready:

  • SALV
  • RUG

Run RUG; PUNCH on ITS to read these PALX binaries and punch out paper tapes:

  • SALV BIN
  • SITS BIN
  • SYSSPR BIN
  • DDT BIN
  • FNT BIN

PUNCH will divide the output in a series of tapes. It will valret in NEWBLK; continue with $P when a new tape has been mounted.

PUNCH will valret at EDONE when finished.

Format disks

Boot the SALV paper tape.

SALV will print a * prompt. For each of the four disk packs, type nI to format the pack. Only the first needs to be a "Rug disk".

SALV 174
*0Init
sure?Y
FFormat?N

Rug disk?Y
Reserved for syms file:  144-200

Swap area 1:  1000-2000
Swap area 2:

Reserved:  0
Reserved:  4-23
Reserved:  54-143
Reserved:  201-217

Reserved:
Writing block 000050
Writing block 000047

Disk name:  SITS0

Writing block 000046
Writing block 000045

*

Install system files

Boot the RUG paper tape.

RUG will print a * prompt. First, type $^D to copy RUG to disk.

Load SALV, SITS, SYSSPR, DDT, and FNT from paper tape, and save them to disk. For each program type $L P: to load from tape. RUG will halt when it's time to mount the next tape, and return to the * prompt after the last tape. Type $Y to save the program to disk. The files are written to the "." directory on disk 0. Save SALV as the name DAZZEL. This is the default name for loading a file from RUG.

RUG can also load from a serial line with $L T: or over the Rubin 10-11 interface with $L M:, but this requires running ITS on the other end.

*$^D
*$L   P:
HALT instruction, PC: 140522 (DECB R3)
*$Y   0:   DAZZEL
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 147604 (DECB R3)
HALT instruction, PC: 147604 (DECB R3)
HALT instruction, PC: 147604 (DECB R3)
*$Y   0:   SITS
*$L   P:
HALT instruction, PC: 147604 (DECB R3)
*$Y   0:   SYSSPR
*$L   P:
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 140522 (DECB R3)
HALT instruction, PC: 147604 (DECB R3)
HALT instruction, PC: 147604 (DECB R3)
*$Y   0:   DDT
*$L   P:   
HALT instruction, PC: 140522 (DECB R3)
*$Y   0:   FNT
*

Start SITS

Boot the RUG paper tape. (If RUG is already in memory, start it from 157000.) When started, RUG will print a * prompt.

Type $L 0: and enter. This will load SALV. Now type $G to start, getting SALV's * prompt.

Type G to check all disks. When done, SALV will go back to RUG through a special entry point which loads and starts SITS.

SITS starts the system sphere which prints SITS IS UP! You can now type ^Z on a teletype or DO IT on a TV keyboard to log in.

*$L   0:   
*$G
SALV 174
*G
Checking disk SITS0
Disk SITS0 refreshed
1713 blocks free out of 2436
Checking disk SITS1
Disk SITS1 refreshed
1919 blocks free out of 2436
Checking disk SITS2
Disk SITS2 refreshed
1919 blocks free out of 2436
Checking disk SITS3
Disk SITS3 refreshed
1919 blocks free out of 2436

SITS IS UP!