simh - multi-system emulator

Forum rules
General talk about software - if the program is not in the repos, please links to the developer's page or github.
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

simh - multi-system emulator

Unread post by machinebacon » Fri Jul 18, 2014 7:01 am

Honestly, I have no freaking idea what to do with these - I just downloaded the package out of curiosity. Simh is an emulator for those 'really old' computers, like:

Code: Select all

altair     i1401    lgp    pdp4  swtp6800mp-a
altairz80  i1620    nova   pdp7  swtp6800mp-a2
eclipse    i7094    pdp1   pdp8  vax
gri        ibm1130  pdp10  pdp9  vax780
h316       id16     pdp11  s3
hp2100     id32     pdp15  sds
Yes, the PDP11 was very popular those days, as it was the minimum system to run old UNIX on.

Briefly:

Code: Select all

sudo apt-get install libpcap-dev
mkdir simh && cd simh
wget -c http://simh.trailing-edge.com/sources/simhv39-0.zip
unp simhv39-0
make USE_NETWORK=1
# wait a few moments
cd BIN
ls
If you need documentation, check here: http://simh.trailing-edge.com/pdf/all_docs.html
Software for the PDP11: http://pdp-11.trailing-edge.com/rsts11/


Please let me know what you made of these :) Really curious!
..gnutella..

Post Reply