-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdp1.html
More file actions
85 lines (85 loc) · 1.93 KB
/
pdp1.html
File metadata and controls
85 lines (85 loc) · 1.93 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
<HTML>
<HEAD>
<!-- Created with AOLpress/2.0 -->
<TITLE>PDP-1 Simulator Configuration</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=Center>
PDP-1 Simulator Configuration
</H1>
<P>
Introduced in 1960, the PDP-1 was DEC's first computer, and the world's first
minicomputer. Documentation and drawings are sketchy; in addition, the machine
was often customized for particular uses. The simulator is based on
the 1963 maintenance manual.
<P>
Photographs (courtesy of Digital Equipment Corporation):
<UL>
<LI>
<A HREF="photos/pdp1.jpg">PDP-1</A>
<LI>
Screenshot of PDP-1 <A HREF="photos/spacewar.jpg">Spacewar</A>
</UL>
<P>
<TABLE BORDER="2" CELLPADDING="2">
<TR>
<TD><B>Option</B></TD>
<TD><B>Description</B></TD>
<TD><B>Capacity</B></TD>
</TR>
<TR>
<TD>CPU and memory </TD>
<TD>PDP-1</TD>
<TD>4KW - 64KW</TD>
</TR>
<TR>
<TD>CPU options</TD>
<TD>Type 10 automatic multiply divide<BR>
Type 15 memory extension control<BR>
Type 20 16-channel sequence break system<BR>
PDP-1D extended features</TD>
<TD></TD>
</TR>
<TR>
<TD>Console</TD>
<TD>Soroban B typewriter (FIODEC code)
</TD>
<TD></TD>
</TR>
<TR>
<TD>Paper tape</TD>
<TD>integral</TD>
<TD></TD>
</TR>
<TR>
<TD>Line printer</TD>
<TD>Type 62 line printer (Hollerith code)</TD>
<TD></TD>
</TR>
<TR>
<TD>Microtape (DECtape)</TD>
<TD>Type 550/555 Microtape</TD>
<TD>148KW</TD>
</TR>
<TR>
<TD>Drum</TD>
<TD>Type 23 parallel drum</TD>
<TD>131KW</TD>
</TR>
<TR>
<TD></TD>
<TD>Type 24 serial drum</TD>
<TD>131KW</TD>
</TR>
<TR>
<TD>Multiplexer</TD>
<TD>Type 630 data communications subsystem</TD>
<TD>1-32 lines</TD>
</TR>
</TABLE>
<P>
<HR>
<P>
<I><SMALL>Updated 30-Jan-2007 by Bob Supnik (simh AT trailing-edge DOT com
- anti-spam encoded)</SMALL></I>
</BODY></HTML>