PiDP-8/I Software

Update of "Home"
Log In

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 1855b98236a5b99660eb288b373f510babe0ce39
Page Name:Home
Date: 2019-08-09 00:42:53
Original User: tangent
Mimetype:text/x-markdown
Parent: 2aa45721285be23371f601d1c0f686c2ae00b8d5 (diff)
Next 4baf3c3e39b9d8b8009c46a1ef60fcd9bef06734
Content

What It Is

This repository is the current official PiDP-8/I software development nexus. Here we continue development of the software from the last stable software version published on the kit information site. This software differs in several major ways and dozens of minor ways from that old software.

Getting Started: Source Code

The efficient method to get started is to install this software into an existing Raspbian installation on the Pi which you are using with the PiDP-8/I board. It also works with some other OSes.

You can download the latest release — cut on 2019.04.25 — as a tarball. (About 7.5 MB.)

If you want the bleeding edge version, you can either check it out from the Fossil source code repository powering this web site by following the instructions in the hackers' guide or you can simply download the tip of trunk as a tarball.

See the README.md file for more information on how to install this into your existing Raspberry Pi OS.

Getting Started: Binary OS Images

Those with plenty of Internet bandwidth and a micro SD card they don't mind overwriting may prefer to download the software hosted here in binary OS image form. There are two versions, each based on Raspbian Stretch Lite and each roughly 500 MB:

  1. Multi-core version, v2019.04.25 — This OS image is built with the incandescent lamp simulator which only works properly on the multi-core Raspberry Pi 2 and 3 boards. (All models.)

    It takes about one and a half of the four available CPU cores on a Pi 3B while running about 24× faster than a real PDP-8/I. I do not know the numbers for a Pi 2.

  2. Single-core version, v2019.04.25 — For those running on Raspberry Pi Model A+ and B+ boards or the Pi Zero, this alternative download disables the ILS feature. It also slows the simulator down so it uses only about half the available CPU power to leave some host CPU power for background tasks. This allows it to run PDP-8 software roughly as fast as a real PDP-8/I, depending on the speed of the Pi you run it on.

    This image will also run on a multi-core Pi. It will run PDP-8 software slower than the ILS version, since it will also be affected by the intentional 50% CPU usage limit, but because each one of those cores are faster than a single-core Pi and the other cores can take the load of background tasks, it still manages to run PDP-8 software roughly 10× faster than a real PDP-8/I.

See the installation instructions for more information.

The binary OS releases are not always updated when the source code releases are cut, since it is a fair amount of work to do those binary releases. Addressing that is the topic of the next section.

Updating the Binary OS Release

As shipped, the binary OS images above also contain the PiDP-8/I software source code and Fossil, the tool that lets you download updated source code as it becomes available. Updating the software is therefore much simpler than downloading the whole OS all over again and overwriting your perfectly good SD card. If you are updating your existing release to a newer release version, this works:

$ cd ~/pidp8i
$ fossil update
$ make reconfig
$ tools/mmake && sudo make install
$ sudo systemctl daemon-reload
$ pidp8i restart
$ pidp8i

If you need to switch from the release branch to the bleeding-edge "trunk" version — such as because you want to try a change that has not yet been released — simply modify the second command like so:

$ fossil update trunk

You only need the branch argument to the fossil update command when switching branches. Once you've switched from the release branch to the trunk, you don't need to keep specifying "trunk" because Fossil keeps your checkout directory on a given branch once you've switched to it. Thus, you'd only need to give a branch name when switching back to the release branch:

$ fossil update release

The above commands assume typical situations and default options. For more advanced cases, see the README.md file.

OS/8 RK05 Media

One of the most time consuming steps in building our PiDP-8/I software is building the OS/8 RK05 disk images from pristine, tested, curated sources. If you simply want the resulting disk images, we provide them here for you to download:

Base Name Contents
boot bootable OS/8 V3D RK05 disk image with selected add-ons and patches
dist same as boot but with OS/8 in its as-distributed state: no patches, no add-ons
src non-bootable disk containing the contents of all ten OS/8 V3D source tapes

These disk images were last updated on 2019.04.25 in conjunction with the release made at the same time and so are considered stable.

These disk images should work under SIMH on any platform, and could potentially even be written back to real RK05 disk packs and run on actual PDP-8 hardware! Let us know how you're using these files on the PiDP-8/I mailing list; we're curious how far these spread.

If you want a version of the bin disk image with any of the optional --enable-os8-* options set or with some of the default-enabled features stripped out, you will have to download this software, configure it as suits your needs, and build it yourself. The software currently builds on several different platforms, not just the Raspberry Pi.

Learning More

Official Project Resources

Much of the information on Oscar Vermeulen's PiDP-8/I project site still applies to this distribution of the software for the PiDP-8/I.

Our version has many more features and many fewer bugs than Oscar's version, but in the end, both do more or less the same thing, so that Oscar's documentation still applies fairly well to our version. The primary source of discrepancies between his documentation and our software stem from file name changes. For example, in Oscar's article "How to use the PiDP-8/I," the only difference I see in a quick skim is that you now have to type pdp8i at the Raspbian command line to attach your terminal to the PiDP-8/I simulator rather than pdp.sh.

You are also welcome to discuss this version of the PiDP-8/I software on the PiDP-8/I mailing list, hosted by Google Groups. Those active in its development participate there and usually react to posts about this software quickly.

Project Documentation

This software project has its own documentation and tutorials, which I've collected here for convenience:

SIMH Documentation

The PiDP-8/I software project is based on the actively-developed official version of SIMH. (As opposed to Bob Supnik's personal 3.x branch which still comes up high in search results.) The SIMH project has its own documentation, but for convenience I've provided PDF versions of the relevant subset here:

Rare PDP-8 Documentation

While most of the information about the PDP-8 is widely available on the Internet and may thus be easily found by Googling, we have a small number of documents here that are not so easy to come by, plus some links that don't seem to come up as high in Google searches as they ought to: