! How to install SIMH Interdata 7/32 emulator?

make id32

In this tutorial, we will install the SIMH Interdata 7/32 emulator. The Model 7/32 and Model 8/32 were 32-bit minicomputers introduced by Perkin-Elmer after they acquired Interdata, Inc., in 1973.

Installing

Linux

đź’ˇ
If you have not already installed a Linux distribution, see our tutorials on how to install Kubuntu, a beginner-friendly distro.

Installing from source code

Like other emulators of SIMH family, the recommended way to install it is to compile it from source code. First, we need to install some tools and dependencies to build it. On Ubuntu/Debian based distros, run the following command:

sudo apt install git make gcc libpcre3-dev libedit-dev libpng-dev

On Fedora and related distros, run:

sudo dnf install git which make gcc pcre-devel libedit-devel libpng-devel

On openSUSE and related distros, run:

sudo zypper in git gawk which make gcc pcre-devel libedit-devel libpng16-devel

On Arch based distros, run:

sudo pacman -S git which make gcc pcre libedit libpng

Now, move to the Downloads folder and clone the SIMH repository:

cd ~/Downloads

git clone https://github.com/simh/simh.git

đź’ˇ
The simh/simh repository uses a non-free license. You may want to use the open-simh/simh repository instead. To know the difference between the two, see here.
git clone https://github.com/open-simh/simh.git

Move to the simh folder:

cd simh

Run the following command to start compiling the emulator:

make id32

make id32

It will take some time to compile, depending on your hardware. When it is done, move to the BIN folder:

cd BIN

We will install the executable in /usr/local/bin so that we can call it without specifying its path:

sudo install id32 /usr/local/bin/

sudo install id32 /usr/local/bin/

Enter your password when asked to do so.

We have installed the SIMH Interdata 7/32 emulator. Now you can start it. Just run this command:

id32

id32

Install from distribution repository

đź’ˇ
The last stable release of SIMH was very long time ago. Most distributions continue to package it. It may or may not work with the VirtualHub tutorials. The best way to install SIMH emulators is from source, as explained above.

Some old versions of SIMH don't read id32.ini file directly. If you are facing that problem, use id32 id32.ini instead of simply id32 when following VirtualHub tutorials.

Interdata 7/32 emulator is available in Ubuntu repositories in simh package. You can install it on Ubuntu and any Ubuntu/Debian based system using the following command:

sudo apt install simh

This will prompt you for your password. Enter it. The simh package will install. Now you can run Interdata 7/32 emulator:

id32

Many other distributions also package simh. On Fedora based distros, you can run sudo dnf install simh. On openSUSE based distros, it is sudo zypper in simh. For Arch and related distros, you can use sudo pacman -S simh.

These distributions rename the executable in their packages. So you would need to run simh-id32 to start the emulator instead of id21. Modify the VirtualHub tutorials accordingly if you install it via this method.

đź’ˇ
On Arch based distros, you can install simh-git from the AUR. This will install SIMH from the latest git snapshot and is much recommended instead of the regular simh package.

Conclusion

That's it. We installed the SIMH Interdata 7/32 emulator. Now you can follow the tutorials on VirtualHub which uses this emulator.

To exit the emulator, type exit and press enter.

Windows

You can download a set of all SIMH emulators from this repository. Extract the archive. Inside, you will find another archive. Extract it. Inside, you will find several executable. Move the file named ID32.exe to somewhere (if you have added some folder to the PATH environment variable previously, you can move the ID32.exe file to that folder).

Now add the folder where you moved the ID32.exe file to the PATH environment variable. To do so, open the Start menu and search for the Edit the system environment variables entry, which opens up a System Properties window. In the Advanced tab, click on the button Environment Variables. There you’ll see User and System variables, which you’ll be able to edit.

In the section entitled User Variables, double-click on the entry that says Path. Another window will pop up showing a list of paths. Click the New button and paste the path to your ID32.exe executable there. Once that’s inserted, select your newly added path and click the Move Up button until it’s at the top.

That’s it! You may need to reboot your computer for the changes to take effect, but you should now be able to call id32 from the command line:

id32.exe

To exit the emulator, type exit and press enter.

Documentation

đź’ˇ
These PDFs may be outdated. You will find the latest version of the documentation (in .doc format) in the doc folder of the git repo you cloned.

Credits

Video tutorial

Do you want to follow the tutorial by watching a video? We will post a video on our youtube channel soon.

Archives of this tutorial are available on Wayback Machine.


Tell us about your experience of this page on Discord. Or, just come and chat with us about old software. Join and say “Hi!”:

Discord Banner