The PDP–11 is a series of
16-bit
16-bit microcomputers are microcomputers that use 16-bit microprocessors.
A 16-bit register can store 216 different values. The range of integer values that can be stored in 16 bits depends on the integer representation used. With the two ...
minicomputers originally sold by
Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
(DEC) from 1970 into the late 1990s, one of a set of products in the
Programmed Data Processor (PDP) series. In total, around 600,000 PDP-11s of all models were sold, making it one of DEC's most successful product lines. The PDP-11 is considered by some experts to be the most popular minicomputer.
The PDP–11 included a number of innovative features in its
instruction set
In computer science, an instruction set architecture (ISA) is an abstract model that generally defines how software controls the CPU in a computer or a family of computers. A device or program that executes instructions described by that ISA, s ...
and additional general-purpose
registers that made it easier to program than earlier models in the PDP series. Further, the innovative
Unibus system allowed external devices to be more easily interfaced to the system using
direct memory access
Direct memory access (DMA) is a feature of computer systems that allows certain hardware subsystems to access main system computer memory, memory independently of the central processing unit (CPU).
Without DMA, when the CPU is using programmed i ...
, opening the system to a wide variety of
peripherals. The PDP–11 replaced the
PDP–8 in many
real-time computing
Real-time computing (RTC) is the computer science term for Computer hardware, hardware and software systems subject to a "real-time constraint", for example from Event (synchronization primitive), event to Event (computing), system response. Rea ...
applications, although both product lines lived in parallel for more than 10 years. The ease of programming of the PDP–11 made it popular for general-purpose computing.
The design of the PDP–11 inspired the design of late-1970s
microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, a ...
s including the
Intel
Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California, and Delaware General Corporation Law, incorporated in Delaware. Intel designs, manufactures, and sells computer compo ...
x86 and the
Motorola 68000. The design features of PDP–11 operating systems, and other operating systems from Digital Equipment, influenced the design of operating systems such as
CP/M and hence also
MS-DOS. The first officially named version of
Unix ran on the PDP–11/20 in 1970. It is commonly stated that the
C programming language took advantage of several low-level PDP–11–dependent programming features, albeit not originally by design.
An effort to expand the PDP–11 from 16- to 32-bit addressing led to the
VAX-11 design, which took part of its name from the PDP–11.
History
Previous machines
In 1963, DEC introduced what is considered to be the first commercial minicomputer in the form of the
PDP–5. This was a 12-bit design adapted from the 1962
LINC machine that was intended to be used in a lab setting. DEC slightly simplified the LINC system and instruction set, aiming the PDP-5 at smaller settings that did not need the power of their larger 18-bit
PDP-4. The PDP-5 was a success, ultimately selling about 1,000 machines. This led to the
PDP–8, a further cost-reduced 12-bit model that sold about 50,000 units.
During this period, the computer market was moving from
computer word lengths based on units of 6 bits to units of 8 bits, following the introduction of the 7-bit
ASCII
ASCII ( ), an acronym for American Standard Code for Information Interchange, is a character encoding standard for representing a particular set of 95 (English language focused) printable character, printable and 33 control character, control c ...
standard. In 1967–1968, DEC engineers designed a 16-bit machine, the PDP–X, but management ultimately canceled the project as it did not appear to offer a significant advantage over their existing 12- and 18-bit platforms.
This prompted several of the engineers from the PDP-X program to leave DEC and form
Data General
Data General Corporation was an early minicomputer firm formed in 1968. Three of the four founders were former employees of Digital Equipment Corporation (DEC).
Their first product, 1969's Data General Nova, was a 16-bit minicomputer intended to ...
. The next year they introduced the 16-bit
Data General Nova. The Nova sold tens of thousands of units and launched what would become one of DEC's major competitors through the 1970s and 1980s.
Release
Ken Olsen, president and founder of DEC, was more interested in a small 8-bit machine than the larger 16-bit system. This became the "Desk Calculator" project. Not long after,
Datamation published a note about a
desk calculator being developed at DEC, which caused concern at
Wang Laboratories, who were heavily invested in that market. Before long, it became clear that the entire market was moving to 16-bit, and the Desk Calculator began a 16-bit design as well.
The team decided that the best approach to a new architecture would be to minimize the memory bandwidth needed to execute the instructions. Larry McGowan coded a series of
assembly language programs using the instruction sets of various existing platforms and examined how much memory would be exchanged to execute them. Harold McFarland joined the effort and had already written a very complex instruction set that the team rejected, but a second one was simpler and would ultimately form the basis for the PDP–11.
[
When they first presented the new architecture, the managers were dismayed. It lacked single instruction-word immediate data and short addresses, both of which were considered essential to improving memory performance. McGowan and McFarland were eventually able to convince them that the system would work as expected, and suddenly "the Desk Calculator project got hot".][ Much of the system was developed using a ]PDP-10
Digital Equipment Corporation (DEC)'s PDP-10, later marketed as the DECsystem-10, is a mainframe computer family manufactured beginning in 1966 and discontinued in 1983. 1970s models and beyond were marketed under the DECsystem-10 name, especi ...
where the SIM-11 simulated what would become the PDP–11/20 and Bob Bowers wrote an assembler for it.[
At a late stage, the marketing team wanted to ship the system with 2K of memory as the minimal configuration. When McGowan stated this would mean an assembler could not run on the system, the minimum was expanded to 4K. The marketing team also wanted to use the forward slash character for comments in the assembler code, as was the case in the PDP–8 assembler. McGowan stated that he would then have to use semicolon to indicate division, and the idea was dropped.][
The PDP–11 family was announced in January 1970 and shipments began early that year. DEC sold over 170,000 PDP–11s in the 1970s.][Paul Cerruzi, ''A History of Modern Computing'', MIT Press, 2003, , page 199]
Initially manufactured of small-scale transistor–transistor logic, a single-board large-scale integration
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
version of the processor was developed in 1975. A two- or three-chip processor, the J-11 was developed in 1979.
The last models of the PDP–11 line were the single board PDP–11/94 and PDP–11/93 introduced in 1990.
Innovative features
Instruction set orthogonality
The PDP–11 processor architecture has a mostly orthogonal instruction set. For example, instead of instructions such as ''load'' and ''store'', the PDP–11 has a ''move'' instruction for which either operand (source and destination) can be memory or register. There are no specific ''input'' or ''output'' instructions; the PDP–11 uses memory-mapped I/O and so the same ''move'' instruction is used; orthogonality even enables moving data directly from an input device to an output device. More complex instructions such as ''add'' likewise can have memory, register, input, or output as source or destination.
Most operands can apply any of eight addressing modes to eight registers. The addressing modes provide register, immediate, absolute, relative, deferred (indirect), and indexed addressing, and can specify autoincrementation and autodecrementation of a register by one (byte instructions) or two (word instructions). Use of relative addressing lets a machine-language program be position-independent.
No dedicated I/O instructions
Early models of the PDP–11 had no dedicated bus for input/output
In computing, input/output (I/O, i/o, or informally io or IO) is the communication between an information processing system, such as a computer, and the outside world, such as another computer system, peripherals, or a human operator. Inputs a ...
, but only a system bus called the Unibus, as input and output devices were mapped to memory addresses.
An input/output device determined the memory addresses to which it would respond, and specified its own interrupt vector and interrupt priority. This flexible framework provided by the processor architecture made it unusually easy to invent new bus devices, including devices to control hardware that had not been contemplated when the processor was originally designed. DEC openly published the basic Unibus specifications, even offering prototyping bus interface circuit boards, and encouraging customers to develop their own Unibus-compatible hardware.
The Unibus made the PDP–11 suitable for custom peripherals. One of the predecessors of Alcatel-Lucent
Alcatel-Lucent S.A. () was a multinational telecommunications equipment company, headquartered in Boulogne-Billancourt, Paris, France. The company focused on Fixed line telephone, fixed, Mobile phone, mobile and telecommunications convergence, ...
, the Bell Telephone Manufacturing Company, developed the BTMC DPS-1500 packet-switching (X.25
X.25 is an ITU-T standard protocol suite for Packet switched network, packet-switched data communication in wide area network, wide area networks (WAN). It was originally defined by the CCITT, International Telegraph and Telephone Consultative Co ...
) network and used PDP–11s in the regional and national network management system, with the Unibus directly connected to the DPS-1500 hardware.
Higher-performance members of the PDP–11 family departed from the single-bus approach. The PDP–11/45 had a dedicated data path within the CPU, connecting semiconductor memory to the processor, with core memory and I/O devices connected via the Unibus. In the PDP–11/70, this was taken a step further, with the addition of a dedicated interface between disks and tapes and memory, via the Massbus
The Massbus is a high-performance computer input/output bus (computing), bus designed in the 1970s by Digital Equipment Corporation (DEC). The architecture development was sponsored by Gordon Bell and John Levy was the principal architect.
The bu ...
. Although input/output devices continued to be mapped into memory addresses, some additional programming was necessary to set up the added bus interfaces.
Interrupts
The PDP–11 supports hardware interrupt
In digital computers, an interrupt (sometimes referred to as a trap) is a request for the processor to ''interrupt'' currently executing code (when permitted), so that the event can be processed in a timely manner. If the request is accepted ...
s at four priority levels. Interrupts are serviced by software service routines, which could specify whether they themselves could be interrupted (achieving interrupt nesting). The event that causes the interrupt is indicated by the device itself, as it informs the processor of the address of its own interrupt vector.
Interrupt vectors are blocks of two 16-bit words in low kernel address space (which normally corresponded to low physical memory) between 0 and 776. The first word of the interrupt vector contains the address of the interrupt service routine and the second word the value to be loaded into the PSW (priority level) on entry to the service routine.
Designed for mass production
The PDP–11 was designed for ease of manufacture by semiskilled labor. The dimensions of its pieces were relatively non-critical. It used a wire-wrapped backplane.
LSI-11
The LSI–11 (PDP–11/03), introduced in February 1975 is the first PDP–11 model produced using large-scale integration
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
; the entire CPU is contained on four LSI chips made by Western Digital (the MCP-1600 chip set; a fifth chip can be added to extend the instruction set). It uses a bus which is a close variant of the Unibus called the LSI Bus or Q-Bus; it differs from the Unibus primarily in that addresses and data are multiplexed onto a shared set of wires rather than having separate sets of wires. It also differs slightly in how it addresses I/O devices and it eventually allowed a 22-bit physical address (whereas the Unibus only allows an 18-bit physical address) and block-mode operations for significantly improved bandwidth (which the Unibus does not support).
The CPU microcode
In processor design, microcode serves as an intermediary layer situated between the central processing unit (CPU) hardware and the programmer-visible instruction set architecture of a computer. It consists of a set of hardware-level instructions ...
includes a debugger: firmware with a direct serial interface ( RS-232 or current loop) to a terminal. This lets the operator do debugging
In engineering, debugging is the process of finding the Root cause analysis, root cause, workarounds, and possible fixes for bug (engineering), bugs.
For software, debugging tactics can involve interactive debugging, control flow analysis, Logf ...
by typing commands and reading octal
Octal (base 8) is a numeral system with eight as the base.
In the decimal system, each place is a power of ten. For example:
: \mathbf_ = \mathbf \times 10^1 + \mathbf \times 10^0
In the octal system, each place is a power of eight. For ex ...
numbers, rather than operating switches and reading lights, the typical debugging method at the time. The operator can thus examine and modify the computer's registers, memory, and input/output devices, diagnosing and perhaps correcting failures in software and peripherals (unless a failure disables the microcode itself). The operator can also specify which disk to boot from. Both innovations increased the reliability and decreased the cost of the LSI-11.
A Writable Control Store (WCS) option (KUV11-AA) could be added to the LSI-11. This option allowed programming of the internal 8-bit micromachine to create application-specific extensions to the PDP–11 instruction set. The WCS is a quad Q-Bus board with a ribbon cable connecting to the third microcode ROM socket. The source code for EIS/FIS microcode was included so these instructions, normally located in the third MICROM, could be loaded in the WCS, if desired.
Later Q-Bus based systems such as the LSI–11/23, /73, and /83 are based upon chip sets designed in house by Digital Equipment Corporation. Later PDP–11 Unibus systems were designed to use similar Q-Bus processor cards, using a Unibus adapter to support existing Unibus peripherals, sometimes with a special memory bus for improved speed.
There were other significant innovations in the Q-Bus lineup. For example, a system variant of the PDP–11/03 introduced full system power-on self-test (POST).
PDP-11-M7270.jpg, Q-Bus board with LSI-11/2 CPU
KL DEC F11.jpg, DEC "Fonz-11" (F11) Chipset
KL DEC J11.jpg, DEC "Jaws-11" (J11) Chipset
Decline
The basic design of the PDP–11 was flexible, and was continually updated to use newer technologies. However, the limited throughput of the Unibus and Q-Bus started to become a system-performance bottleneck, and the 16-bit logical address limitation hampered the development of larger software applications. The article on PDP–11 architecture describes the hardware and software techniques used to work around address-space limitations.
DEC's 32-bit successor to the PDP–11, the VAX–11 (for "Virtual Address eXtension") overcame the 16-bit limitation, but was initially a superminicomputer aimed at the high-end time-sharing
In computing, time-sharing is the Concurrency (computer science), concurrent sharing of a computing resource among many tasks or users by giving each Process (computing), task or User (computing), user a small slice of CPU time, processing time. ...
market. The early VAX CPUs provided a PDP–11 compatibility mode under which much existing software could be immediately used, in parallel with newer 32-bit software, but this capability was dropped with the first MicroVAX
The MicroVAX is a discontinued family of low-cost minicomputers developed and manufactured by Digital Equipment Corporation (DEC). The first model, the MicroVAX I, shipped in 1984. The series uses processors that implement the VAX instruction se ...
.
For a decade, the PDP–11 was the smallest system that could run Unix, but in the 1980s, the IBM PC
The IBM Personal Computer (model 5150, commonly known as the IBM PC) is the first microcomputer released in the List of IBM Personal Computer models, IBM PC model line and the basis for the IBM PC compatible ''de facto'' standard. Released on ...
and its clones largely took over the small computer market; '' BYTE'' in 1984 reported that the PC's Intel 8088
The Intel 8088 ("''eighty-eighty-eight''", also called iAPX 88) microprocessor is a variant of the Intel 8086. Introduced on June 1, 1979, the 8088 has an eight-bit external data bus instead of the 16-bit bus of the 8086. The 16-bit registers ...
microprocessor could outperform the PDP–11/23 when running Unix. Newer microprocessors such as the Motorola 68000 (1979) and Intel 80386
The Intel 386, originally released as the 80386 and later renamed i386, is the third-generation x86 architecture microprocessor from Intel. It was the first 32-bit computing, 32-bit processor in the line, making it a significant evolution in ...
(1985) also included 32-bit logical addressing. The 68000 in particular facilitated the emergence of a market of increasingly powerful scientific and technical workstations that would often run Unix variants. These included the HP 9000 series 200 (starting with the HP 9826A in 1981) and 300/400, with the HP-UX system being ported to the 68000 in 1984; Sun Microsystems
Sun Microsystems, Inc., often known as Sun for short, was an American technology company that existed from 1982 to 2010 which developed and sold computers, computer components, software, and information technology services. Sun contributed sig ...
workstations running SunOS, starting with the Sun-1 in 1982; Apollo/Domain workstations starting with the DN100 in 1981 running Domain/OS, which was proprietary but offered a degree of Unix compatibility; and the Silicon Graphics
Silicon Graphics, Inc. (stylized as SiliconGraphics before 1999, later rebranded SGI, historically known as Silicon Graphics Computer Systems or SGCS) was an American high-performance computing manufacturer, producing computer hardware and soft ...
IRIS range, which developed into Unix-based workstations by 1985 (IRIS 2000).
Personal computers based on the 68000 such as the Apple Lisa and Macintosh
Mac is a brand of personal computers designed and marketed by Apple Inc., Apple since 1984. The name is short for Macintosh (its official name until 1999), a reference to the McIntosh (apple), McIntosh apple. The current product lineup inclu ...
, the Atari ST
Atari ST is a line of personal computers from Atari Corporation and the successor to the company's Atari 8-bit computers, 8-bit computers. The initial model, the Atari 520ST, had limited release in April–June 1985, and was widely available i ...
, and the Commodore Amiga arguably constituted less of a threat to DEC's business, although technically these systems could also run Unix derivatives. In the early years, in particular, Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
's Xenix was ported to systems like the TRS-80 Model 16 (with up to 1 MB of memory) in 1983, and to the Apple Lisa, with up to 2 MB of installed RAM, in 1984. The mass-production of those chips eliminated any cost advantage for the 16-bit PDP–11. A line of personal computers based on the PDP–11, the DEC Professional series, failed commercially, along with other non-PDP–11 PC offerings from DEC.
In 1994, DEC sold the PDP–11 system-software rights to Mentec Inc., an Irish producer of LSI-11 based boards for Q-Bus and ISA architecture personal computers, and in 1997 discontinued PDP–11 production. For several years, Mentec produced new PDP–11 processors. Other companies found a niche market for replacements for legacy PDP–11 processors, disk subsystems, etc. At the same time, free implementations of Unix for the PC based on BSD or Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
became available.
By the late 1990s, not only DEC but most of the New England computer industry which had been built around minicomputers similar to the PDP–11 collapsed in the face of microcomputer-based workstations and servers.
Models
The PDP–11 processors tend to fall into several natural groups depending on the original design upon which they are based and which I/O bus they use. Within each group, most models were offered in two versions, one intended for OEMs and one intended for end-users. Although all models share the same instruction set, later models added new instructions and interpreted certain instructions slightly differently. As the architecture evolved, there were also variations in handling of some processor status and control registers.
Unibus models
The following models use the Unibus as their principal bus:
* PDP–11/20 and PDP–11/15 – 1970. The 11/20 sold for $11,800. The original, non-microprogrammed processor was designed by Jim O'Loughlin. Floating point is supported by peripheral options using various data formats. The 11/20 lacks any kind of memory protection hardware unless retrofitted with a KS-11 memory mapping add-on. There was also a very stripped-down 11/20 at first called the 11/10, but this number was later re-used for a different model.
* PDP–11/45 (1972),[ PDP–11/50 (1973), and PDP–11/55 (1976)][ – A much faster microprogrammed processor that can use up to 256 KB of semiconductor memory instead of or in addition to core memory and support memory mapping and protection. It was the first model to support an optional FP11 floating-point coprocessor, which established the format used in later models.
* PDP–11/35 and PDP–11/40 – 1973.][ Microprogrammed successors to the PDP–11/20; the design team was led by Jim O'Loughlin.
* PDP–11/05 and PDP–11/10 – 1972.][ A cost-reduced successor to the PDP–11/20. DEC Datasystem 350 models from 1975 include the PDP–11/10.
* PDP–11/70 – 1975.][ The 11/45 architecture expanded to allow 4 MB of physical memory segregated onto a private memory bus, 2 KB of cache memory, and much faster I/O devices connected via the Massbus.
* PDP–11/34 (1976][) and PDP–11/04 (1975][) – Cost-reduced follow-on products to the 11/35 and 11/05; the PDP–11/34 concept was created by Bob Armstrong. The 11/34 supports up to 256 kB of Unibus memory. The PDP–11/34a (1978)][ supports a fast floating-point option, and the 11/34c (same year) supported a ]cache memory
In computing, a cache ( ) is a hardware or software component that stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsew ...
option.
* PDP–11/60 – 1977.[ A PDP–11 with user-writable microcontrol store; this was designed by another team led by Jim O'Loughlin.
* PDP–11/44 – 1979.][ A replacement for the 11/45 and 11/70, introduced in 1980, that supports optional (though apparently always included) cache memory, optional FP-11 floating-point processor (one circuit board, using sixteen AMD Am2901 bit slice processors), and optional commercial instruction set (CIS, two boards). It includes a sophisticated serial console interface and support for 4 MB of physical memory. The design team was managed by John Sofio. This was the last PDP–11 processor to be constructed using discrete ]logic gate
A logic gate is a device that performs a Boolean function, a logical operation performed on one or more binary inputs that produces a single binary output. Depending on the context, the term may refer to an ideal logic gate, one that has, for ...
s; later models were all microprocessor-based. It was also the last PDP–11 system architecture created by Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
, later models were VLSI chip realizations of the existing system architectures.
* PDP–11/24 – 1979.[ First VLSI PDP–11 for Unibus, using the "Fonz-11" (F11) chip set with a Unibus adapter.
* PDP–11/84 – 1985–1986.][ Using the VLSI "Jaws-11" (J11) chip set with a Unibus adapter.
* PDP–11/94 – 1990.][ J11-based, faster than 11/84.
]
Q-bus models
The following models use the Q-Bus as their principal bus:
* PDP–11/03 (also known as the LSI-11/03) – The first PDP–11 implemented with large-scale integration
An integrated circuit (IC), also known as a microchip or simply chip, is a set of electronic circuits, consisting of various electronic components (such as transistors, resistors, and capacitors) and their interconnections. These components a ...
ICs, this system uses a four-package MCP-1600 chipset from Western Digital and supports 60 KB of memory.
* – Second generation of LSI (F-11). Early units supported only 248 KB of memory.
* PDP–11/23+/MicroPDP–11/23 – Improved 11/23 with more functions on the (larger) processor card. By mid-1982, the 11/23+ supported 4 MB of memory.
* MicroPDP–11/73 – The third generation LSI-11, this system uses the faster "Jaws-11" ( J-11) chip set and supports up to 4 MB of memory.
* MicroPDP–11/53 – Slower 11/73 with on-board memory.
* MicroPDP–11/83 – Faster 11/73 with PMI (private memory interconnect).
* MicroPDP–11/93 – Faster 11/83; final DEC Q-Bus PDP–11 model.
* KXJ11 – Q-Bus card (M7616) with PDP–11 based peripheral processor and DMA controller. Based on a J11 CPU equipped with 512 KB of RAM, 64 KB of ROM, and parallel and serial interfaces.
* Mentec M100 – Mentec redesign of the 11/93, with J-11 chipset at 19.66 MHz, four on-board serial ports, 1-4 MB of on-board memory, and optional FPU.
* Mentec M11 – Processor upgrade board; microcode implementation of PDP–11 instruction set by Mentec, using the TI 8832 ALU and TI 8818 microsequencer from Texas Instruments.
* Mentec M1 – Processor upgrade board; microcode implementation of PDP–11 instruction set by Mentec, using Atmel 0.35 μm ASIC.
* Quickware QED-993 – High performance PDP–11/93 processor upgrade board.
* DECserver 500 and 550 LAT terminal servers DSRVS-BA using the KDJ11-SB chipset
Models without standard bus
* PDT-11/110
* PDT-11/130
* PDT-11/150
The PDT series were desktop systems marketed as "smart terminals". The /110 and /130 were housed in a VT100 terminal enclosure. The /150 was housed in a table-top unit which included two 8-inch floppy drives, three asynchronous serial ports, one printer port, one modem port and one synchronous serial port and required an external terminal. All three employed the same chipset as used on the LSI-11/03 and LSI-11/2 in four "microm"s. There is an option which combines two of the microms into one dual carrier, freeing one socket for an EIS/FIS chip. The /150 in combination with a VT105 terminal was also sold as MiniMINC, a budget version of the MINC-11.
* PRO-325
* PRO-350
* PRO-380
The DEC Professional series are desktop PCs intended to compete with IBM's earlier 8088 and 80286 based personal computers. The models are equipped with 5 inch floppy disk drives and hard disks, except the 325 which has no hard disk. The original operating system was P/OS, which was essentially RSX-11
RSX-11 is a discontinued family of multi-user real-time operating systems for PDP-11 computers created by Digital Equipment Corporation. In widespread use through the late 1970s and early 1980s, RSX-11 was influential in the development of later ...
M+ with a menu system on top. As the design was intended to avoid software exchange with existing PDP–11 models, the poor market response was unsurprising. The RT-11
RT-11 (Real-time 11) is a discontinued small, low-end, single-user real-time operating system for the full line of Digital Equipment Corporation PDP-11 16-bit computers. RT-11 was first implemented in 1970. It was widely used for real-time compu ...
operating system was eventually ported to the PRO series. A port of the RSTS/E
RSTS () is a multi-user time-sharing operating system developed by Digital Equipment Corporation (DEC, now part of Hewlett-Packard) for the PDP-11 series of 16-bit minicomputers. The first version of RSTS (RSTS-11, #Versions, Version 1) was implem ...
operating system to the PRO series was also done internal to DEC, but it was not released. The PRO-325 and -350 units are based on the DCF-11 ("Fonz") chipset, the same as found in the 11/23, 11/23+ and 11/24. The PRO-380 is based on the DCJ-11 ("Jaws") chipset, the same as found in the 11/53,73,83 and others, though running only at 10 MHz because of limitations in the support chipset.
Models that were planned but never introduced
* PDP–11/74 – A PDP–11/70 that was extended to contain multiprocessing features. Up to four processors could be interconnected, although the physical cable management became unwieldy. Another variation on the 11/74 contained both the multiprocessing features and the Commercial Instruction Set. A substantial number of prototype 11/74s (of various types) were built and at least two multiprocessor systems were sent to customers for beta testing, but no systems were ever officially sold. A four processor system was maintained by the RSX-11 operating system development team for testing and a uniprocessor system served PDP–11 engineering for general purpose timesharing. The 11/74 was due to be introduced around the same time as the announcement of the new 32-bit product line and the first model: the VAX 11/780. The 11/74 was cancelled because of concern for its field maintainability, though employees believed the real reason was that it outperformed the 11/780 and would inhibit its sales. In any case, DEC never entirely migrated its PDP–11 customer base to the VAX. The primary reason was not performance, but the PDP–11's superior real-time responsiveness.
* PDP–11/27 – A Jaws-11 implementation that would have used the VAXBI Bus as its principal I/O bus.
* PDP–11/68 – A follow-on to the PDP–11/60 that would have supported 4 MB of physical memory.
Special-purpose versions
* GT40 – VT11 vector graphics terminal using a PDP–11/10.
* GT42 – VT11 vector graphics terminal using a PDP–11/10.
* GT44 – VT11 vector graphics terminal using a PDP–11/40.
* GT62 – VS60 vector graphics workstation using a PDP–11/34a and VT48 graphics processor.
* H11 – Heathkit OEM version of the LSI-11/03.
* VT20 – Terminal with PDP–11/05 with direct mapped character display for text editing and typesetting (predecessor of the VT71).
*
VT71 – Terminal with LSI-11/03 and Q-Bus backplane with direct mapped character display for text editing and typesetting.
* VT103 – VT100 with backplane to host an LSI-11.
* VT173 – A high-end editing terminal containing an 11/03, which loaded its editing software over a serial connection to a host minicomputer. Used in various publishing environments, it was also offered with DECset, Digital's VAX/VMS 3.x native mode OEM version of the Datalogics Pager automated batch composition engine. When VT173 inventory was exhausted in 1985, Digital discontinued DECset and transferred its customer agreements to Datalogics. (HP now uses the name HP DECset for a software development toolset product.)
* MINC-11 – Laboratory system based on 11/03 or 11/23; when based on the 11/23, it was sold as a 'MINC-23', but many MINC-11 machines were field-upgraded with the 11/23 processor. Early versions of the MINC-specific software package would not run on the 11/23 processor because of subtle changes in the instruction set; MINC 1.2 is documented as compatible with the later processor.
* C.mmp – Multiprocessor system from Carnegie Mellon University
Carnegie Mellon University (CMU) is a private research university in Pittsburgh, Pennsylvania, United States. The institution was established in 1900 by Andrew Carnegie as the Carnegie Technical Schools. In 1912, it became the Carnegie Institu ...
.
* The Unimation robot arm controllers used Q-Bus LSI-11/73 systems with a DEC M8192 / KDJ11-A processor board and two DEC DLV11-J (M8043) async serial interface boards.
* SBC 11/21 (boardname KXT11) Falcon and Falcon Plus – single board computer on a Q-Bus card implementing the basic PDP–11 instruction set, based on T11 chipset containing 32 KB static RAM, two ROM sockets, three serial lines, 20 bit parallel I/O, three interval timers and a two-channel DMA controller. Up to 14 Falcons could be placed into one Q-Bus system.
* KXJ11 Q-Bus card (M7616) with PDP–11 based peripheral processor and DMA controller. Based on a J11 CPU equipped with 512 KB RAM, 64 KB ROM and parallel and serial interfaces.
* HSC high end CI disk controllers used backplane mounted J11 and F11 processor cards to run the CHRONIC operating system.
* VAX Console – The DEC Professional Series PC-38N with a real-time interface (RTI) was used as the console for the VAX 8500 and 8550. The RTI has two serial line units: one connects to the VAX environmental monitoring module (EMM) and the other is a spare that could be used for data transfer. The RTI also has a programmable peripheral interface (PPI) consisting of three 8-bit ports for transferring data, address, and control signals between console and the VAX console interface.
* T-11 is a microprocessor that implements the PDP-11 instruction set architecture. It was developed for embedded systems and was the first single-chip microprocessor developed by DEC. It was sold on the open market.
Unlicensed clones
The PDP–11 was sufficiently popular that many unlicensed PDP–11-compatible minicomputers and microcomputers were produced in Eastern Bloc
The Eastern Bloc, also known as the Communist Bloc (Combloc), the Socialist Bloc, the Workers Bloc, and the Soviet Bloc, was an unofficial coalition of communist states of Central and Eastern Europe, Asia, Africa, and Latin America that were a ...
countries. Some were pin-compatible with the PDP–11 and could use its peripherals and system software. These include:
* SM-4, SM-1420, SM-1600, Electronika 100-25, Electronika BK series, Electronika 60, Electronika 85, DVK, UKNC, and some models of the SM EVM series (in the Soviet Union
The Union of Soviet Socialist Republics. (USSR), commonly known as the Soviet Union, was a List of former transcontinental countries#Since 1700, transcontinental country that spanned much of Eurasia from 1922 until Dissolution of the Soviet ...
).
* SM-4, SM-1420, IZOT-1016 and peripherals (in Bulgaria
Bulgaria, officially the Republic of Bulgaria, is a country in Southeast Europe. It is situated on the eastern portion of the Balkans directly south of the Danube river and west of the Black Sea. Bulgaria is bordered by Greece and Turkey t ...
).
* MERA-60 in Poland
Poland, officially the Republic of Poland, is a country in Central Europe. It extends from the Baltic Sea in the north to the Sudetes and Carpathian Mountains in the south, bordered by Lithuania and Russia to the northeast, Belarus and Ukrai ...
.
* SM-1620, SM-1630 (in East Germany
East Germany, officially known as the German Democratic Republic (GDR), was a country in Central Europe from Foundation of East Germany, its formation on 7 October 1949 until German reunification, its reunification with West Germany (FRG) on ...
).
* SM-4, TPA-1140, TPA-1148, TPA-11/440 (in Hungary
Hungary is a landlocked country in Central Europe. Spanning much of the Pannonian Basin, Carpathian Basin, it is bordered by Slovakia to the north, Ukraine to the northeast, Romania to the east and southeast, Serbia to the south, Croatia and ...
).
* SM-4/20, SM , JPR-12R (in Czechoslovakia).
* CalData – Made in US, ran all DEC OSes. The CalData hardware was sufficiently DEC-compatible that CalData memory boards could be used in DEC PDP–11 systems.
* CORAL series (made at ICE Felix in Bucharest
Bucharest ( , ; ) is the capital and largest city of Romania. The metropolis stands on the River Dâmbovița (river), Dâmbovița in south-eastern Romania. Its population is officially estimated at 1.76 million residents within a greater Buc ...
) and the INDEPENDENT series (made at ITC Timișoara
Timișoara (, , ; , also or ; ; ; see #Etymology, other names) is the capital city of Timiș County, Banat, and the main economic, social and cultural center in Western Romania. Located on the Bega (Tisza), Bega River, Timișoara is consider ...
) running the RSX-11M operating system (in Romania
Romania is a country located at the crossroads of Central Europe, Central, Eastern Europe, Eastern and Southeast Europe. It borders Ukraine to the north and east, Hungary to the west, Serbia to the southwest, Bulgaria to the south, Moldova to ...
). The CORAL series had several models: the CORAL 4001 was roughly equivalent to the PDP–11/04, the CORAL 4011 was a PDP 11/34 clone, while the CORAL 4030 was a PDP–11/44 clone. These were used in state-owned companies and in public universities, originally operated with punched card
A punched card (also punch card or punched-card) is a stiff paper-based medium used to store digital information via the presence or absence of holes in predefined positions. Developed over the 18th to 20th centuries, punched cards were widel ...
s, later through video terminals like the Romanian DAF-2020, to teach FORTRAN and Pascal, until replaced by IBM PC compatibles, starting in 1991.
* Systime Computers models 1000, 3000, 5000 – OEM agreement for sales in the UK and Western Europe, but disputes originated over both intellectual property infringement and indirect sales to the Eastern Bloc
The Eastern Bloc, also known as the Communist Bloc (Combloc), the Socialist Bloc, the Workers Bloc, and the Soviet Bloc, was an unofficial coalition of communist states of Central and Eastern Europe, Asia, Africa, and Latin America that were a ...
.
Operating systems
Several operating system
An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs.
Time-sharing operating systems scheduler (computing), schedule tasks for ...
s were available for the PDP–11.
From Digital
* Commercial Operating System
* BATCH-11/DOS-11
* CAPS-11 (Cassette Programming System)
* CHRONIC Hierarchical Storage Controller executive
* GAMMA-11
* DSM-11
* IAS
* P/OS
* RSTS/E
RSTS () is a multi-user time-sharing operating system developed by Digital Equipment Corporation (DEC, now part of Hewlett-Packard) for the PDP-11 series of 16-bit minicomputers. The first version of RSTS (RSTS-11, #Versions, Version 1) was implem ...
* RSX-11
RSX-11 is a discontinued family of multi-user real-time operating systems for PDP-11 computers created by Digital Equipment Corporation. In widespread use through the late 1970s and early 1980s, RSX-11 was influential in the development of later ...
* RT-11
RT-11 (Real-time 11) is a discontinued small, low-end, single-user real-time operating system for the full line of Digital Equipment Corporation PDP-11 16-bit computers. RT-11 was first implemented in 1970. It was widely used for real-time compu ...
* TRAX (Transaction Processing system)
* Ultrix-11
* ''OS/45'' was a proposed operating system for the PDP-11/45 capable of batch processing, real time and timesharing. It was cancelled during development as its requirements led to a system which was too large for the intended hardware.
From third parties
* ANDOS
* CSI-DOS
* DEIMOS (University of Edinburgh)
* DEMOS (Soviet Union)
* Duress ( University of Illinois at Urbana–Champaign/ Datalogics)
* LOS/C, a small unitasking system written by BRL for the BRL routers and the I/O controller for the Denelcor HEP
* MERT
* Micropower Pascal
* MK-DOS
* MONECS
* MTS (Multi-Tasking System written in RTL/2 by SPL)
* MUMPS
MUMPS ("Massachusetts General Hospital Utility Multi-Programming System"), or M, is an imperative, high-level programming language with an integrated transaction processing key–value database. It was originally developed at Massachusetts Gen ...
* MUSS-11
* PC11 (Decus 11-501/Pilkington
Pilkington is a glass-manufacturing company which is based in Lathom, Lancashire, England. It includes several legal entities in the UK, and is a subsidiary of Japanese company Nippon Sheet Glass (NSG). It was formerly an independent company ...
)
* polyForth, Forth Inc.'s Forth for the PDP-11
* ROSTTP (Realtime Operating System for Terminal Teletype Processing/Simpact)
* SHAREeleven, SHAREplus
* Solo by Per Brinch Hansen
* Sphere
A sphere (from Ancient Greek, Greek , ) is a surface (mathematics), surface analogous to the circle, a curve. In solid geometry, a sphere is the Locus (mathematics), set of points that are all at the same distance from a given point in three ...
(Infosphere – Portland Oregon 1981–87)
* Softech Microsystems UCSD System with UCSD Pascal
* TRIPOS
* TSX-Plus
TSX-Plus is a multi-user operating system for the PDP-11/ LSI-11 series of computers. It was developed by S&H Computer Systems, Inc. and is based on DEC's RT-11 single-user real-time operating system (TSX-Plus installs on top of RT-11).
Over ...
* Unix (many versions, including Version 6 Unix, Version 7 Unix, UNIX System III, and 2BSD)
* Xinu OS for instructional purposes
* Venix (implementation/port of Unix developed by VenturCom)
Communications
The DECSA communications server was a communications platform developed by DEC based on a PDP–11/24, with the provision for user installable I/O cards including asynchronous and synchronous modules. This product was used as one of the earliest commercial platforms upon which networking products could be built, including X.25 gateways, SNA gateways, routers, and terminal servers.
Ethernet adaptors, such as the DEQNA Q-Bus card, were also available.
Many of the earliest systems on the ARPANET
The Advanced Research Projects Agency Network (ARPANET) was the first wide-area packet-switched network with distributed control and one of the first computer networks to implement the TCP/IP protocol suite. Both technologies became the tec ...
were PDP–11's
Peripherals
A wide range of peripherals were available; some of them were also used in other DEC systems like the PDP–8 or PDP–10.
The following are some of the more common PDP–11 peripherals.
* CR11 – punched card
A punched card (also punch card or punched-card) is a stiff paper-based medium used to store digital information via the presence or absence of holes in predefined positions. Developed over the 18th to 20th centuries, punched cards were widel ...
reader
* DL11 – single serial line for either RS-232 or current loop
* LA30/LA36 – DECwriter dot-matrix printing keyboard terminal
* LP11 – high speed line printer
* PC11 – high speed papertape reader/punch
* RA, RD series – fixed platter hard disk
* RK series – hard disk with exchangeable platter
* RL01/RL02 – hard disk with exchangeable platter
* RM, RP series – exchangeable multi-platter hard disk
* RX01/RX02 – 8-inch floppy disk
* RX50/RX33 – 5.25-inch floppy disk
* TU10 – 9-track tape drive
* TU56 – DECtape block-addressed tape system
* VT05/VT50/ VT52/ VT100/ VT220 – video display terminal
Use
The PDP–11 family of computers was used for many purposes. It was used as a standard minicomputer for general-purpose computing, such as timesharing, scientific, educational, medical, government or business computing. Another common application was real-time process control and factory automation.
Some OEM models were also frequently used as embedded systems to control complex systems like traffic-light systems, medical systems, numerical controlled machining
Machining is a manufacturing process where a desired shape or part is created using the controlled removal of material, most often metal, from a larger piece of raw material by cutting. Machining is a form of subtractive manufacturing, which util ...
, or for network management. An example of such use of PDP–11s was the management of the packet switched network Datanet 1. In the 1980s, the UK's air traffic control
Air traffic control (ATC) is a service provided by ground-based air traffic controllers who direct aircraft on the ground and through a given section of controlled airspace, and can provide advisory services to aircraft in non-controlled air ...
radar processing was conducted on a PDP 11/34 system known as PRDS – Processed Radar Display System at RAF West Drayton. The software for the Therac-25 medical linear particle accelerator
A linear particle accelerator (often shortened to linac) is a type of particle accelerator that accelerates charged subatomic particles or ions to a high speed by subjecting them to a series of Oscillation, oscillating electric potentials along ...
also ran on a 32K PDP 11/23.
Another use was for storage of test programs for Teradyne ATE equipment, in a system known as the TSD (Test System Director). As such, they were in use until their software was rendered inoperable by the Year 2000 problem
The term year 2000 problem, or simply Y2K, refers to potential computer errors related to the Time formatting and storage bugs, formatting and storage of calendar data for dates in and after the year 2000. Many Computer program, programs repr ...
. The US Navy used a PDP–11/34 to control its Multi-station Spatial Disorientation Device, a simulator used in pilot training, until 2007, when it was replaced by a PC-based emulator that could run the original PDP–11 software and interface with custom Unibus controller cards.
A PDP–11/45 was used for the experiment that discovered the J/ψ meson at the Brookhaven National Laboratory. In 1976, Samuel C. C. Ting received the Nobel Prize
The Nobel Prizes ( ; ; ) are awards administered by the Nobel Foundation and granted in accordance with the principle of "for the greatest benefit to humankind". The prizes were first awarded in 1901, marking the fifth anniversary of Alfred N ...
for this discovery. Another PDP–11/45 was used to create the Death Star plans during the briefing sequence in '' Star Wars''.
Emulators

Ersatz-11
Ersatz-11, a product of D Bit, emulates the PDP–11 instruction set running under DOS, OS/2, Windows, Linux or bare metal (no OS). It can be used to run RSTS or other PDP–11 operating systems.
SIMH
SIMH is an emulator that compiles and runs on a number of platforms (including Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
) and supports hardware emulation for the DEC PDP–1, PDP–8, PDP–10, PDP–11, VAX, AltairZ80, several machines from IBM, and other minicomputers.
See also
* Heathkit H11, a 1977 Heathkit personal computer based on the PDP–11
* MACRO-11, the PDP–11's native assembly language
* PL-11, a high-level assembler for the PDP–11 written at CERN
* H8 Family, a family of microcontrollers with an instruction set inspired by the PDP-11
Notes
Explanatory citations
Citations
References
*
*
Further reading
*
*
External links
*
Gordon Bell's CyberMuseum for Digital Equipment Corp (DEC)
*
{{Authority control
Computer-related introductions in 1970
16-bit computers