Category:Installation

From RSX11M
Revision as of 02:32, 2 August 2026 by Mark (talk | contribs)
Jump to navigation Jump to search

Installing Saturn Calc, Graph and Word processing:

This software is being distributed on a zipped RL02 disk image file located on the Downloads page of this wiki. If you are using a PiDP-11/70 or Simh, it is easiest to get the zip file with wget. This may already be installed on the Raspberry Pi of your PiDP-11/70, but if not just:

$ sudo apt-get install wget

then to retrieve the zip file into the RSX folder on the PiDP-11/70:

$ cd /opt/pidp11/systems/rsx11mplus/

$ wget http://www.rsx11m.com/Saturn.zip

--2026-08-01 20:26:56-- http://www.rsx11m.com/Saturn.zip

Connecting to www.rsx11m.com:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 3772652 (3.6M) [application/zip]

Saving to: ‘Saturn.zip.1’

Saturn.zip.1 100%[=======================================================>] 3.60M 10.7MB/s in 0.3s

2026-08-01 20:26:56 (10.7 MB/s) - ‘Saturn.zip.1’ saved [3772652/3772652]

$ unzip Saturn.zip Archive: Saturn.zip inflating: SaturnRSX.dsk

Now from the console of the running RSX system, type a control E to access simh, and attach the RL02 disk image file to DL0 (rl0 in simh):

>^E

sim>attach rl0 SaturnRSX.dsk

sim>C

>

Now you can mount the RL02 disk with the Saturn distribution IN RSX:

>MOU DL0:/OVR/PUB/VI

Volume Information

Class: Files-11

Device: DL00

Volume label:SATURN

Pack serial: 00000000400

Owner: [1,1]

Protection: [RWCD,RWCD,RWCD,RWCD]

Default: [RWED,RWED,RWED,R]

Processor: F11ACP

>PIP DL0:/FR

DL0: has 8997. blocks free, 11483. blocks used out of 20480.

Largest contiguous space = 8997. blocks

938. file headers are free, 321. headers used out of 1259.

As mentioned elsewhere in this wiki, Saturn software runs on plain RSX11M as well as RSX11M+. A consequence of that is that named directories are not understood by Saturn tasks and the SET /UIC command determines where it looks for files. This is similar to SET /NONAMED fucntionality in RSX11M+. The Saturn tasks and support files are on DL0:[10,3] on this RL02. The sample graphs, spreadsheets and document files are in DL0:[10,4] and there is an extended set of example graphs in DL0:[10,6] that include maps of all 50 U.S. states with their county boundaries. All of these files total up to ~11,500 blocks so depending on the disk space available on your system you should choose where you want to put the files. If you have plenty of space on your system disk, e.g. DU0: use PIP to copy the files there. If you don't want the map files in [10,6] don't copy them.

>PIP DU0:[10,3]/NV/CD/UF=DL0:[10,3]*.*

>PIP DU0:[10,4]/NV/CD/UF=DL0:[10,4]*.*

>PIP DU0:[10,6]/NV/CD/UF=DL0:[10,6]*.*

In [10,3] there is a command file INSAT.CMD that will do the initial installation of Saturn Software. Once it is installed you can reinstall after a reboot with STARTSAT.CMD that can be called from [1,2]INSPROG.CMD or [1,2]USERPROG.CMD. A global logical SA77: is defined and Saturn looks for a number of .SAT configuration files in SA77:[1,1] This is usually the system disk but if disk space is tight there it can be put elsewhere.

>@INSAT

>;

>; Install Saturn Calc

>;

>* Where are the Saturn files located ? [S D:"LB:[10,3]" T:1M]: DU0:[10,3]

>SET MCR

>;

>; The logical SA77: must be defined as SA77:[1,1] is where

>; the .SAT files and .HLP files will be located

>;

>ASN DU0:=SA77:/GBL

>ASN DU0:=BP:/GBL

>* Do you wish to install Saturn .SAT and .HLP files [N] ? [S]: Y

>;

>; For Saturn programs to work:

>; Move *.HLP and CALLIB.CAL to SA77:[1,1] if they do not exist

>;

>;

>; Move *.SAT to SA77:[1,1] if they do not exist

>;

>; Calc Default file

>; Graph Default file

>; Terminal Default file

>; Word Processor default file

>; Demo Documentation Directory

>; Spelling Dictionary

>; Hyphenation exception file

>; Spelling Core Dictionary

>; text file for GCU menu

>; text file for GRF menu

>; Text file for SIG menu

>; Printer code file

>; Shell file for Calc

>; Shell file for DEFGRF.SAT

>; Shell file for WPS

>; Terminal code file

>; Graphics Devices Definitions

>; Work Directory

>; Print Table

>; Triumvirate Font

>; Times Roman Font

>; Entry Forms Library

>;

>* Do you wish to install / reinstall Saturn Tasks [N] ? [S]: Y

>;

>;  Remaining Saturn Programs under development

>;

>; Spredsheet Program

>INS DU0:[10,3]CAL/TASK=...CAL

>; Graphic Design Utility

>INS DU0:[10,3]CGD

>; Graphics generator for vector devices e.g HPGL, Regis

>INS DU0:[10,3]GRF

>; Rasterizes vector grapics for Sixel devices e.g. LA100

>INS DU0:[10,3]RAS

>; Graphics Device Setup Utility

>INS DU0:[10,3]GCU

>; Interactive Graphics for Line, Bar, Pie charts

>INS DU0:[10,3]SIG

>; Slide show module

>INS DU0:[10,3]SLD

>; Main Menu Program

>INS DU0:[10,3]SAT

>; Tabular Rport for WPS

>INS DU0:[10,3]TAB

>; Not sure what SSU does

>INS DU0:[10,3]SSU

>; Spell Checker for WPS

>INS DU0:[10,3]SPL

>; Defaults Utility for configuring devices etc.

>INS DU0:[10,3]SDU

>; Directory Utility

>INS DU0:[10,3]DFX

>; Directory vs. Account Utility

>INS DU0:[10,3]SA3

>; CVT converts old .WPS to new .WPS (not installed)

>; Word Processor

>INS DU0:[10,3]WPS

>; Data Entry

>INS DU0:[10,3]ENT

>; Sort Utility

>INS DU0:[10,3]SDE

>;

>; Saturn Install Finished

>;

> @ <EOF>

At this point Saturn is ready to start using, but you may need to configure default terminals and graphics devices.

Have fun!

Subcategories

This category has only the following subcategory.

S

Pages in category "Installation"

This category contains only the following page.