diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-01-13 01:02:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:10 +0700 |
commit | 580bc5cae046beec73204730ef08e28e653d4140 (patch) | |
tree | 8136af0d8860a2671bd04b98d5a011bab4e62b08 /misc/open-simh/README | |
parent | e06d27d059e41024896685b9ac3e2caffceb68c6 (diff) |
misc/open-simh: Added (Historical Computer Simulation)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/open-simh/README')
-rw-r--r-- | misc/open-simh/README | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/misc/open-simh/README b/misc/open-simh/README new file mode 100644 index 0000000000000..806c66bdb9b79 --- /dev/null +++ b/misc/open-simh/README @@ -0,0 +1,53 @@ +Open SimH (History Simulator) is a collection of simulators for +historically significant or just plain interesting computer hardware +and software from the past. +The goal of the project is to create highly portable system simulators +and to publish them as freeware on the Internet, with freely available +copies of significant or representative software. + +Open SimH implements simulators for: + +- Data General Nova, Eclipse +- Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, + PDP-10, PDP-11, PDP-15 (and UC15), PDP6, PDP10-KA, PDP10-KI, + PDP10-KL and PDP10-KS, VAX11/780, VAX3900,VAX-11/730, + VAX-11/750, VAX 8200/8250, VAX 8600/8650, + MicroVAX I, VAXstation I, MicroVAX II, VAXstation II, + VAXstation II/GPX rtVAX 1000 (or Industrial VAX 620), + MicroVAX 2000, VAXstation 2000, MicroVAX 3100 M10/M20, + MicroVAX 3100 M10e/M20e, InfoServer 100, InfoServer 150 VXT, + VAXstation 3100 M30, VAXstation 3100 M38, VAXstation 3100 M76, + VAXstation 4000 VLC, VAXstation 4000 M60, MicroVAX 3100 M80, + InfoServer 1000 +- GRI Corporation GRI-909, GRI-99 +- IBM 1401, 1620, 7090/7094, System 3, BM 701, IBM 704, + IBM 7010/1410, IBM 7070/7074, IBM 7080/702/705/7053, + IBM 7090/7094/709/704, 650 +- Interdata (Perkin-Elmer) 16b and 32b systems +- Hewlett-Packard 2114, 2115, 2116, 2100, 21MX, 1000, 3000, + HP-3000 Series III, HP2100 +- Honeywell H316/H516 +- MITS Altair 8800, AltairZ80 +- Royal-Mcbee LGP-30, LGP-21 +- Scientific Data Systems SDS 940 +- Xerox Data Systems Sigma 32b systems +- AT&T 3B2 +- Lincoln Labs TX-0 +- Manchester University SSEM (Small Scale Experimental Machine) +- Burroughs B5500 +- Sigma 5, 6 and 7 +- Beta SAGE-II and PDQ-3 +- Intel Systems 8010 and 8020 +- CDC 1700 +- SCELBI (SCientic-ELectronics-BIology) +- SEL32 + + +This package contains the Open Simh version, the 4.X stream, +which can be found in github. +Open SimH is more advanced and implements more simulators than +the "classic" SimH. + +Note: Please add /opt/open-simh/bin to your $PATH or simply + invoke each simulator with open-simh-"name". + Example: open-simh-vax |