Skip to content

n1be/pidp11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See obsolescence.wix.com/obsolescence/pidp11

A new version of the PiDP-11 software was released in January 2019.

Download the manual at https://www3.ispnet.net/pidp11/PiDP-11%20Manual%20v0.2.odt and follow the instructions on page 11

This repository will remain online for a while, but you are recommended to use the above installation!

-

-

Important: github struggles with large binary images. So, do everything as per below. Then, download the contents of the bootscripts directory (OS disk images and boot scripts) from this Google Drive file: https://drive.google.com/open?id=1SuBurN3uk6VqRGAmvjwREUWHuFMQLZPM

Note

  • expect updates of the pidp-11 software in the coming months
  • you do not need to have the PiDP-11 hardware, it'll run fine without. Just no lights and switches.

Install instructions:

  • make sure your Pi is connected to the internet during install, pull the pidp11 repository,
  • create a 'pidp11' directory into /opt, and copy the files inside the pidp11 clone directory into /opt/pidp11/,
  • run sudo ./install.sh in /opt/pidp11/install/,
  • reboot
  • copy the contents of the above ZIP file into the bootscripts directory. It's easiest to download the file onto a USB stick from your laptop, then copy from the USB stick into the Pi.

After reboot, you should find yourself booting RSX-11M+. See detailed instructions at the end of this file.

NOTE: If you have your Pi booting into the GUI, you need to open a terminal in the GUI and run ~/pdp.sh to grab the terminal of the already running PDP-11. However, if you configure the Pi to boot into the CLI, the PDP-11 comes up straight away. Which is nicer.

Using the PiDP-11, first steps:

To exit the PDP-11 (simh): CTRL-E, exit. To restart the PDP-11, see next section

To leave whilst keeping the PDP-11 running: CTRL-A, then d. Then, to return to the running PDP-11: ~/pdp.sh

Restarting with various boot options:

If the PiDP-11 front panel hardware is attached: select a boot script using one of the SR switches (1-21, not 0) You can now restart the PDP-11 with /opt/pidp11/bin/pidp11.sh

Without front panel hardware, simply use ./pidp11.sh 2 to run boot script 2, etc.

Currently installed operating systems:

The idea is that this gradually fills up with fully loaded operating systems, of course. For now:

SR switch/OS SR switch/OS SR switch/OS SR switch/OS SR switch/OS
1 - RSX-11M + 6 - Unix v6 11 - 16 - 21 - Nankervis
2 - BSD211 7 - Unix v7 12 - 17 - Collection of
3 - RT11 8 - 13 - 18 - 15 OSes
4 - RSTS v7 9 - 14 - 19 -
5 - 10 - 15 - 20 - Hill's Blinky

Also see http://obsolescence.wixsite.com/obsolescence/pidp-11-how-to-use for the current state of the System Collection.

Changing boot scripts & adding your own:

Simh boot scripts are saved in pidp11/bootscripts. The first digit(s) in the file name will determine which SR switch will activate the script at program start. The rest of the file name can be whatever description it needs, but the extension has to be .script.

The disk & tape images your configuration script require are by convention stored in the numbered subdirectories (0-21) of the bootscripts directory. Also by convention, backup copies are in a subdirectory in case you mess up a disk image and want to start afresh.

Step-by-step install instructions

In case you're not too familiar with Raspbian/Linux: First make sure you've got a working internet connection (googling will help you quickly). Then:

  • cd ~
  • git clone git://github.com/PiDP/pidp11.git // not git clone https://github.com/PiDP/PiDP-11
  • sudo mkdir /opt/pidp11
  • cd ~/pidp11 // note - this is the downloaded copy in your home directory...
  • sudo cp -r * /opt/pidp11/ // copy to the /opt/pidp11 directory
  • cd /opt/pidp11/install
  • sudo ./install.sh
  • <See comments at the top of this page. Download the bootscript/disk image collection and place it all in /opt/pidp11/bootscripts>
  • sudo reboot

Various notes

  • An update, in the form of a user-friendly download-and-boot SD card image will be published soon (2 weeks or so max).
  • The /opt/pidp11/src directory contains all sources. The two scripts in there allow you to recompile the client and server.
  • quick bug fix: to boot unix v7, change "att rp0 disk0.hp" into "att rp0 ../bootscripts/disk0.hp" in the file /opt/pidp11/bootscripts/7_unix_v7.script. Sorry!

About

PiDP-11 system software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.7%
  • Objective-C 1.4%
  • Module Management System 1.3%
  • C++ 1.3%
  • Makefile 0.7%
  • RPC 0.2%
  • Other 0.4%