-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhardware.html
More file actions
103 lines (103 loc) · 3.03 KB
/
hardware.html
File metadata and controls
103 lines (103 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<HTML>
<HEAD>
<!-- Created with AOLpress/2.0 -->
<TITLE>Available Simulators</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=Center>
Available Simulators
</H1>
<P>
For details on the simulated implementation of each system, please click
on the appropriate link. Except where noted, all simulators have been
developed by Bob Supnik.
<P>
<UL>
<LI>
Data General <A HREF="nova.html">Nova</A> (substantially revised by Bruce
Ray)
<LI>
Data General Eclipse (developed by Charles Owen)
<LI>
Digital Equipment Corporation <A HREF="pdp1.html">PDP-1</A>
<LI>
Digital Equipment Corporation <A HREF="pdp4.html">PDP-4</A>
<LI>
Digital Equipment Corporation <A HREF="pdp7.html">PDP-7</A>
<LI>
Digital Equipment Corporation <A HREF="pdp8.html">PDP-8</A>
<LI>
Digital Equipment Corporation <A HREF="pdp9.html">PDP-9</A>
<LI>
Digital Equipment Corporation <A HREF="pdp10.html">PDP-10</A>
<LI>
Digital Equipment Corporation <A HREF="pdp11.html">PDP-11</A> (Ethernet support
by David Hittner and Mark Pizzolato, VH, PCLK, CR, KG, RC support by John
Dundas)
<LI>
Digital Equipment Corporation <A HREF="pdp15.html">PDP-15</A>
<LI>
Digital Equipment Corporation <A HREF="vax.html">VAX-11/780</A> (Ethernet
support by David Hittner and Mark Pizzolato, CR support by John Dundas)
<LI>
Digital Equipment Corporation <A HREF="vax.html">MicroVAX 3900 </A>(Ethernet
support by David Hittner and Mark Pizzolato, VH and CR support by John Dundas)
<LI>
GRI Computer Corporation <A HREF="gri.html">GRI-909</A> and GRI-99
<LI>
IBM <A HREF="i1401.html">1401</A>
<LI>
IBM <A HREF="i1620.html">1620</A>
<LI>
IBM <A HREF="s3.html">System 3</A> (developed by Charles Owen)
<LI>
IBM 1130 (developed by Brian Knittel - latest version at
<A HREF="http://www.ibm1130.org">www.ibm1130.org</A>)
<LI>
IBM <A HREF="i7094.html">7090/7094</A>
<LI>
Interdata (Perkin Elmer) <A HREF="interdata.html">16b and 32b systems</A>
<LI>
Hewlett-Packard <A HREF="hp2100.html">HP 2100</A> (substantially revised
by Dave Bryan)
<LI>
Honeywell <A HREF="h316.html">H316</A>
<LI>
<A HREF="altair.html">MITS Altair 8800</A> (developed by Charles Owen)
<LI>
<A HREF="altairz80.html">8080, 8086, and Z80</A> single board computers
(developed by Peter Schorn - latest version at
<A HREF="http://www.schorn.ch">www.schorn.ch</A>)
<LI>
Royal-Mcbee <A HREF="lgp30.html">LGP-30 </A>(and LGP-21)
<LI>
Scientific Data Systems <A HREF="sds940.html">SDS 940</A>
<LI>
SWTP 6800 (developed by Bill Beech)
</UL>
<P>
The simulators have been tested in the following environments
<UL>
<LI>
Windows XP/Visa/7 (Visual C++, Mingw gcc)
<LI>
DEC UNIX (DEC C)
<LI>
OpenVMS (DEC C)
<LI>
Linux (gcc)
<LI>
NetBSD, OpenBSD, FreeBSD (gcc)
<LI>
Solaris (gcc)
<LI>
OS/2 (EMX)
<LI>
Macintosh OS X (Apple Developer Tools)
</UL>
<P>
<HR>
<P>
<I><SMALL>Updated 03-May-2012 by Bob Supnik (simh AT trailing-edge DOT com
- anti-spam encoded)</SMALL></I>
</BODY></HTML>