Installing VMS V1.0 on SIMH

From Computer History Wiki
Revision as of 09:41, 21 May 2022 by Vaxorcist (talk | contribs) (DRAFT of a VMS V1.0 installation guide)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UNDER CONSTRUCTION - NOT YET FINISHED!

The aim of this tutorial is to show how to install VMS V1.0 on SIMH VAX-11/780 simulator.

Preparations

simh vax780 simulator

You have to use the simh vax780 simulator because the VAX-11/780 was the only VAX existing when VMS was introduced.

All other VAX computers need later versions of VMS to run.

VMS V1.0

Get a VMS V1.0 RK07 disk image from ...

vax780.ini for a typical small 8-user VAX-11/780 system

Use the following vax780.ini file for a typical small 8-user VAX-11/780 system:

; ================================================
; vax780.ini
; ================================================
;
; Small Size 8 User System
; 256K bytes of memory (set with SYSBOOT> SET PHYSICALPAGES 512 & WRITE CURRENT)
; 8 DZ11 lines
; 2 RK07 disk drives
; line printer
; TE16 magnetic tape unit

SET QUIET

SET CPU 1M
SET THROTTLE 1M
;SET CPU IDLE=VMS

SET CONSOLE LOG=VMS010-01.LOG

ATT CS CONSOLE.RX1       ; DXA1:

SET DZ LINES=8
ATT DZ 6666

SET LPT ENA
ATT LPT printer.txt

SET RP DIS

SET RL DIS

SET HK0 RK07             ; DMA0:
ATT HK0 AY-H020A-BE-VAX-VMS_V1.0.RK7

SET HK1 RK07             ; DMA1:
ATT HK1 DATA.RK7

SET HK2 DIS
SET HK3 DIS
SET HK4 DIS
SET HK5 DIS
SET HK6 DIS
SET HK7 DIS

SET RQ DIS
SET RY DIS

SET TU ENA
SET TU0 TE16             ; MTA0:

SET TU1 DIS
SET TU2 DIS
SET TU3 DIS
SET TU4 DIS
SET TU5 DIS
SET TU6 DIS
SET TU7 DIS

BOOT HK0/R5:1
;BOOT HK0

You cannot set a memory size smaller than 1MB in the simh vax780 simulator directly, but there is a workaround in VMS: You set it in

SYSBOOT>

on the first boot.


Installation

First boot

Start the simh vax780 simulator:

Windows:

xxx

Linux:

./vax780
Logging to file "VMS010-01.LOG"

SYSBOOT>  USE 8USER.PAR

SYSBOOT>  SET PHYSICALPAGES 512

SYSBOOT>  CONTINUE



  VAX/VMS Version 1.00 21-AUG-1978 15:54



PLEASE ENTER DATE AND TIME (DD-MMM-YYYY  HH:MM)  21-MAY-1989 8:51

   OPCOM, 21-MAY-1989 08:51:11.84, LOGFILE INITIALIZED, OPERATOR=_OPA0:

$ !
$ ! VAX/VMS system startup - Release 1
$ !
$ SHOW TIME
  21-MAY-1989 08:51:12
$ SET NOVERIFY
%MOUNT-I-MOUNTED, CONSOLE      mounted on _DXA1:
  Login quotas - Interactive limit=64, Current interactive value=0
  SYSTEM       job terminated at 21-MAY-1989 08:51:15.16

  Accounting information:
  Buffered I/O count:          142      Peak working set size:   100
  Direct I/O count:             37      Peak virtual size:       111
  Page faults:                 271      Mounted volumes:           1
  Elapsed CPU time:     0 00:00:01.90   Elapsed time:     0 00:00:04.31

Username: SYSTEM
Password: 
        Welcome to VAX/VMS Version 1.00    
$ DIR


DIRECTORY DM0:[SYSMGR]
21-MAY-89 08:51

ACCOUNTNG.DAT;1     1.         21-MAY-89 08:51
FORMSTYPE.DAT;1     2.         21-AUG-78 15:54
OPERATOR.LOG;1      1.         21-MAY-89 08:51
SYSHUTDWN.COM;1     0.         21-AUG-78 15:54
SYSTARTUP.COM;1     0.         21-AUG-78 15:54

TOTAL OF 4./112. BLOCKS IN 5. FILES

$

Subsequent boots