VAX (an acronym for Virtual Address eXtension) is a series of computers featuring a
32-bit
In computer architecture, 32-bit computing refers to computer systems with a processor, memory, and other major system components that operate on data in 32-bit units. Compared to smaller bit widths, 32-bit computers can perform large calculation ...
instruction set architecture
In computer science, an instruction set architecture (ISA), also called computer architecture, is an abstract model of a computer. A device that executes instructions described by that ISA, such as a central processing unit (CPU), is called an ' ...
(ISA) and
virtual memory that was developed and sold by
Digital Equipment Corporation (DEC) in the late 20th century. The
VAX-11/780, introduced October 25, 1977, was the first of a range of popular and influential computers implementing the VAX ISA. The VAX family was a huge success for DEC – over 100 models were introduced over the lifetime of the design, with the last members arriving in the early 1990s. The VAX was succeeded by the
DEC Alpha, which included several features from VAX machines to make
porting from the VAX easier.
VAX was designed as a successor to the
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 mos ...
PDP-11
The PDP-11 is a series of 16-bit minicomputers sold by Digital Equipment Corporation (DEC) from 1970 into the 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, ...
, one of the most successful
minicomputer
A minicomputer, or colloquially mini, is a class of smaller general purpose computers that developed in the mid-1960s and sold at a much lower price than mainframe and mid-size computers from IBM and its direct competitors. In a 1970 survey, ...
s in history with approximately 600,000 examples sold. The system was designed to offer
backward compatibility with the PDP-11 while extending the memory to a full
32-bit
In computer architecture, 32-bit computing refers to computer systems with a processor, memory, and other major system components that operate on data in 32-bit units. Compared to smaller bit widths, 32-bit computers can perform large calculation ...
implementation and adding
demand paged virtual memory. The name VAX refers to its ''Virtual Address eXtension'' concept that allowed programs to make use of this newly available memory while still being compatible with unmodified user mode PDP-11 code. The name "VAX-11", used on early models, was chosen to highlight this capability. The VAX ISA is considered a
complex instruction set computer (CISC) design.
Later models in the series dropped the −11 branding as PDP-11 compatibility was no longer a major concern. The line expanded to both high-end machines like the
VAX 9000 as well as to the
workstation-scale systems like the
VAXstation series.
The VAX family ultimately contained ten distinct designs and over 100 individual models in total. All of these were compatible with each other and normally ran the
VAX/VMS operating system.
VAX has been perceived as the quintessential CISC ISA, with its very large number of
assembly language
In computer programming, assembly language (or assembler language, or symbolic machine code), often referred to simply as Assembly and commonly abbreviated as ASM or asm, is any low-level programming language with a very strong correspondence be ...
programmer-friendly
addressing modes and machine instructions, highly
orthogonal instruction set architecture, and instructions for complex operations such as
queue __NOTOC__
Queue () may refer to:
* Queue area, or queue, a line or area where people wait for goods or services
Arts, entertainment, and media
*''ACM Queue'', a computer magazine
* The Queue (Sorokin novel), ''The Queue'' (Sorokin novel), a 198 ...
insertion or deletion, number formatting, and
polynomial evaluation.
Name
The name "VAX" originated as an
acronym for ''Virtual Address eXtension'', both because the VAX was seen as a 32-bit extension of the older
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 mos ...
PDP-11
The PDP-11 is a series of 16-bit minicomputers sold by Digital Equipment Corporation (DEC) from 1970 into the 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, ...
and because it was (after
Prime Computer) an early adopter of
virtual memory to manage this larger address space.
Early versions of the VAX processor implement a "compatibility mode" that emulates many of the PDP-11's instructions, giving it the 11 in VAX-11 to highlight this compatibility. Later versions offloaded the compatibility mode and some of the less used CISC instructions to emulation in the operating system software.
Instruction set
The VAX instruction set was designed to be powerful and
orthogonal
In mathematics, orthogonality is the generalization of the geometric notion of ''perpendicularity''.
By extension, orthogonality is also used to refer to the separation of specific features of a system. The term also has specialized meanings in ...
.
When it was introduced, many programs were written in assembly language, so having a "programmer-friendly" instruction set was important. In time, as more programs were written in
high-level programming languages, the instruction set became less visible, and the only ones much concerned about it were compiler writers.
One unusual aspect of the VAX instruction set is the presence of register masks at the start of each subprogram.
These are arbitrary bit patterns that specify, when control is passed to the subprogram, which registers are to be preserved. Since register masks are a form of data embedded within the executable code, they can make linear parsing of the machine code difficult. This can complicate optimization techniques that are applied on machine code.
[
*]
Operating systems
The ''native'' VAX
operating system is Digital's VAX/VMS (renamed to
OpenVMS
OpenVMS, often referred to as just VMS, is a multi-user, multiprocessing and virtual memory-based operating system. It is designed to support time-sharing, batch processing, transaction processing and workstation applications. Customers using Ope ...
in 1991 or early 1992 when it was ported to
Alpha
Alpha (uppercase , lowercase ; grc, ἄλφα, ''álpha'', or ell, άλφα, álfa) is the first letter of the Greek alphabet. In the system of Greek numerals, it has a value of one. Alpha is derived from the Phoenician letter aleph , whic ...
, modified to comply with
POSIX standards, and ''branded'' as compliant with
XPG4 X/Open group (also known as the Open Group for Unix Systems and incorporated in 1987 as X/Open Company, Ltd.) was a consortium founded by several European UNIX systems manufacturers in 1984 to identify and promote open standards in the field of in ...
by the
X/Open consortium).
The VAX architecture and VMS operating system were "
engineered concurrently" to take maximum advantage of each other, as was the initial implementation of the
VAXcluster facility.
During the 1980s, a
hypervisor for the VAX architecture named ''VMM'' (Virtual Machine Monitor), also known as the ''VAX Security Kernel'', was developed at Digital with the aim of allowing multiple isolated instances of VMS and ULTRIX to be run on the same hardware. VMM was intended to achieve
TCSEC
Trusted Computer System Evaluation Criteria (TCSEC) is a United States Government Department of Defense (DoD) standard that sets basic requirements for assessing the effectiveness of computer security controls built into a computer system. The TCS ...
A1 compliance. By the late 1980s, it was operational on
VAX 8000 series hardware, but was abandoned before release to customers.
Other VAX operating systems have included various releases of
Berkeley Software Distribution
The Berkeley Software Distribution or Berkeley Standard Distribution (BSD) is a discontinued operating system based on Research Unix, developed and distributed by the Computer Systems Research Group (CSRG) at the University of California, Berk ...
(BSD)
UNIX up to
4.3BSD The History of the Berkeley Software Distribution begins in the 1970s.
1BSD (PDP-11)
The earliest distributions of Unix from Bell Labs in the 1970s included the source code to the operating system, allowing researchers at universities to modify an ...
,
Ultrix
Ultrix (officially all-caps ULTRIX) is the brand name of Digital Equipment Corporation's (DEC) discontinued native Unix operating systems for the PDP-11, VAX, MicroVAX and DECstations.
History
The initial development of Unix occurred on DEC equip ...
-32,
VAXELN, and
Xinu. More recently,
NetBSD
NetBSD is a free and open-source Unix operating system based on the Berkeley Software Distribution (BSD). It was the first open-source BSD descendant officially released after 386BSD was forked. It continues to be actively developed and is a ...
and
OpenBSD
OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD). Theo de Raadt created OpenBSD in 1995 by forking NetBSD 1.0. According to the website, the OpenBSD project em ...
have supported various VAX models and some work has been done on porting
Linux to the VAX architecture. OpenBSD discontinued support for the architecture in September 2016.
History
The first VAX model sold was the
VAX-11/780, which was introduced on October 25, 1977, at the Digital Equipment Corporation's Annual Meeting of Shareholders. Bill Strecker,
C. Gordon Bell
Chester Gordon Bell (born August 19, 1934) is an American electrical engineer and manager. An early employee of Digital Equipment Corporation (DEC) 1960–1966, Bell designed several of their PDP machines and later became Vice President of Eng ...
's doctoral student at
Carnegie Mellon University
Carnegie Mellon University (CMU) is a private research university in Pittsburgh, Pennsylvania. One of its predecessors was established in 1900 by Andrew Carnegie as the Carnegie Technical Schools; it became the Carnegie Institute of Technology ...
, was responsible for the architecture. Many different models with different prices, performance levels, and capacities were subsequently created. VAX
superminicomputers were very popular in the early 1980s.
For a while the VAX-11/780 was used as a standard in
CPU
A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, and ...
benchmarks. It was initially described as a one-
MIPS machine, because its performance was equivalent to an
IBM System/360
The IBM System/360 (S/360) is a family of mainframe computer systems that was announced by IBM on April 7, 1964, and delivered between 1965 and 1978. It was the first family of computers designed to cover both commercial and scientific applica ...
that ran at one MIPS, and the System/360 implementations had previously been de facto performance standards. The actual number of instructions executed in 1 second was about 500,000, which led to complaints of marketing exaggeration. The result was the definition of a "VAX MIPS," the speed of a VAX-11/780; a computer performing at 27 VAX MIPS would run the same program roughly 27 times faster than the VAX-11/780.
Within the Digital community the term ''VUP'' (
VAX Unit of Performance) was the more common term, because MIPS do not compare well across different architectures. The related term ''cluster VUPs'' was informally used to describe the aggregate performance of a
VAXcluster. (The performance of the VAX-11/780 still serves as the baseline metric in the
BRL-CAD Benchmark, a performance analysis suite included in the BRL-CAD solid modeling software distribution.) The VAX-11/780 included a subordinate stand-alone
LSI-11 computer that performed microcode load, booting, and diagnostic functions for the parent computer. This was dropped from subsequent VAX models. Enterprising VAX-11/780 users could therefore run three different Digital Equipment Corporation operating systems: VMS on the VAX processor (from the hard drives), and either RSX-11S or RT-11 on the LSI-11 (from the single density single drive floppy disk).
The VAX went through many different implementations. The original VAX 11/780 was implemented in
TTL and filled a four-by-five-foot cabinet
with a single
CPU
A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, and ...
. Through the 1980s, the high-end of the family was continually improved using ever-faster discrete components, an evolution that ended with the introduction of the
VAX 9000 in October 1989. This design proved too complex and expensive and was ultimately abandoned not long after introduction. CPU implementations that consisted of multiple
emitter-coupled logic (ECL)
gate array or
macrocell array chips included the
VAX 8600 and 8800 superminis and finally the VAX 9000
mainframe
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise ...
class machines. CPU implementations that consisted of multiple
MOSFET
The metal–oxide–semiconductor field-effect transistor (MOSFET, MOS-FET, or MOS FET) is a type of field-effect transistor (FET), most commonly fabricated by the controlled oxidation of silicon. It has an insulated gate, the voltage of which d ...
custom chips included the 8100 and 8200 class machines. The VAX 11-730 and 725 low-end machines were built using
AMD Am2901
Am2900 is a family of integrated circuits (ICs) created in 1975 by Advanced Micro Devices (AMD). They were constructed with bipolar devices, in a bit-slice topology, and were designed to be used as modular components each representing a different a ...
bit-slice components for the ALU.
The
MicroVAX I represented a major transition within the VAX family. At the time of its design, it was not yet possible to implement the full VAX architecture as a single
VLSI chip (or even a few VLSI chips as was later done with the
V-11
The V-11, code-named "Scorpio", is a miniprocessor chip set implementation of the VAX instruction set architecture (ISA) developed and fabricated by Digital Equipment Corporation (DEC).
History
The V-11 was Digital's first VAX microprocess ...
CPU of the VAX 8200/8300). Instead, the MicroVAX I was the first VAX implementation to move some of the more complex VAX instructions (such as the packed decimal and related opcodes) into emulation software. This partitioning substantially reduced the amount of
microcode
In processor design, microcode (μcode) is a technique that interposes a layer of computer organization between the central processing unit (CPU) hardware and the programmer-visible instruction set architecture of a computer. Microcode is a laye ...
required and was referred to as the "MicroVAX" architecture. In the MicroVAX I, the
ALU and registers were implemented as a single
gate-array chip while the rest of the machine control was conventional logic.
A full
VLSI (
microprocessor) implementation of the MicroVAX architecture arrived with the
MicroVAX II's 78032 (or DC333) CPU and 78132 (DC335) FPU. The 78032 was the first microprocessor with an on-board
memory management unit The MicroVAX II was based on a single, quad-sized processor board which carried the processor chips and ran the
MicroVMS or
Ultrix
Ultrix (officially all-caps ULTRIX) is the brand name of Digital Equipment Corporation's (DEC) discontinued native Unix operating systems for the PDP-11, VAX, MicroVAX and DECstations.
History
The initial development of Unix occurred on DEC equip ...
-32
operating systems. The machine featured 1 MB of on-board memory and a
Q22-bus interface with
DMA
DMA may refer to:
Arts
* ''DMA'' (magazine), a defunct dance music magazine
* Dallas Museum of Art, an art museum in Texas, US
* Danish Music Awards, an award show held in Denmark
* BT Digital Music Awards, an annual event in the UK
* Doctor of M ...
transfers. The MicroVAX II was succeeded by many further MicroVAX models with much improved performance and memory.
Further VLSI VAX processors followed in the form of the V-11,
CVAX, CVAX SOC ("System On Chip", a single-chip CVAX),
Rigel, Mariah and
NVAX implementations. The VAX microprocessors extended the architecture to inexpensive
workstations and later also supplanted the high-end VAX models. This wide range of platforms (mainframe to workstation) using one architecture was unique in the computer industry at that time. Sundry graphics were etched onto the CVAX microprocessor die. The phrase ''CVAX... when you care enough to steal the very best'' was etched in broken Russian as a play on a
Hallmark Cards slogan, intended as a message to Soviet engineers who were known to be both purloining DEC computers for military applications and
reverse engineering
Reverse engineering (also known as backwards engineering or back engineering) is a process or method through which one attempts to understand through deductive reasoning how a previously made device, process, system, or piece of software accompli ...
their chip design. By the late 1980s, the VAX microprocessors had grown in power to be competitive with discrete designs. This led to the abandonment of the 8000 and 9000 series and their replacement by Rigel-powered models of the
VAX 6000, and later by NVAX-powered
VAX 7000
The VAX 7000 and VAX 10000 are a discontinued family of high-end multiprocessor minicomputers developed and manufactured by Digital Equipment Corporation (DEC), introduced in July 1992. These systems use NVAX microprocessors implementing the VAX ...
systems.
In DEC's product offerings, the VAX architecture was eventually superseded by
RISC
In computer engineering, a reduced instruction set computer (RISC) is a computer designed to simplify the individual instructions given to the computer to accomplish tasks. Compared to the instructions given to a complex instruction set comput ...
technology. In 1989 DEC introduced a range of workstations and servers that ran
Ultrix
Ultrix (officially all-caps ULTRIX) is the brand name of Digital Equipment Corporation's (DEC) discontinued native Unix operating systems for the PDP-11, VAX, MicroVAX and DECstations.
History
The initial development of Unix occurred on DEC equip ...
, the
DECstation and
DECsystem
DECsystem was a line of server computers from Digital Equipment Corporation. They were based on MIPS architecture processors and ran DEC's version of the UNIX operating system, called ULTRIX. They ranged in size from workstation-style desktop enc ...
respectively, based on processors that implemented the
MIPS architecture. In 1992 DEC introduced their own RISC instruction set architecture, the
Alpha AXP (later renamed Alpha), and their own Alpha-based microprocessor, the
DECchip 21064, a high performance
64-bit design capable of running OpenVMS.
In August 2000, Compaq announced that the remaining VAX models would be discontinued by the end of the year, but old systems remain in widespread use. The Stromasys
CHARON-VAX and
SIMH software-based VAX emulators remain available. VMS is now developed by VMS Software Incorporated, albeit only for the
Alpha
Alpha (uppercase , lowercase ; grc, ἄλφα, ''álpha'', or ell, άλφα, álfa) is the first letter of the Greek alphabet. In the system of Greek numerals, it has a value of one. Alpha is derived from the Phoenician letter aleph , whic ...
,
HPE Integrity, and
x86-64 platforms.
Processor architecture
Virtual memory map
The VAX virtual memory is divided into four sections. Each is one gigabyte (in the context of addressing, 2
30 bytes) in size:
For VMS, P0 was used for user process space, P1 for process stack, S0 for the operating system, and S1 was reserved.
Privilege modes
The VAX has four hardware implemented privilege modes:
Processor status longword
The Process Status Longword contains 32 bits:
VAX-based systems
The first VAX-based system was the
VAX-11/780, a member of the
VAX-11 family. The high-end
VAX 8600 replaced the VAX-11/780 in October 1984 and was joined by the entry-level
MicroVAX minicomputers and the
VAXstation workstations in the mid-1980s. The MicroVAX was superseded by the
VAX 4000, the VAX 8000 was superseded by the
VAX 6000 in the late 1980s and the mainframe-class
VAX 9000 was introduced. In the early 1990s, the
fault-tolerant VAXft was introduced, as were the
Alpha
Alpha (uppercase , lowercase ; grc, ἄλφα, ''álpha'', or ell, άλφα, álfa) is the first letter of the Greek alphabet. In the system of Greek numerals, it has a value of one. Alpha is derived from the Phoenician letter aleph , whic ...
compatible
VAX 7000/10000
The VAX 7000 and VAX 10000 are a discontinued family of high-end multiprocessor minicomputers developed and manufactured by Digital Equipment Corporation (DEC), introduced in July 1992. These systems use NVAX microprocessors implementing the VAX in ...
. A variant of various VAX-based systems were sold as the
VAXserver The VAXserver was a family of minicomputers developed and manufactured by Digital Equipment Corporation (DEC) using processors implementing the VAX instruction set architecture (ISA). The VAXserver models were variants of various VAX-based computers ...
.
SImultaneous Machine ACceSs (SIMACS)
''
System Industries'' developed an ability to give more than one DEC CPU, but not at the same time, write access to a shared disk. They implemented an enhancement named SImultaneous Machine ACceSs (
SIMACS
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 ...
),
which allowed their special disk controller to set a
semaphore flag for disk access, allowing multiple WRITES to the same files; the disk is shared by multiple DEC systems. ''SIMACS'' also existed on PDP-11
RSTS systems.
Canceled systems
Canceled systems include the ''BVAX'', a high-end
emitter-coupled logic (ECL) based VAX, and two other ECL-based VAX models: ''Argonaut'' and ''Raven''. Raven was canceled in 1990. A VAX named ''Gemini'' was also canceled, which was a fall-back in case the LSI-based ''Scorpio'' failed. It never shipped.
Clones
A number of VAX clones, both authorized and unauthorized, were produced. Examples include:
*
Systime Computers Ltd
Systime Computers Ltd was a British computer manufacturer and systems integrator of the 1970s and 1980s. During the late 1970s and early 1980s, Systime become the second largest British manufacturer of computers, specializing in the minicom ...
of the United Kingdom produced clones of early VAX models such as the Systime 8750 (equivalent to the VAX 11/750).
* Norden Systems produced the ruggedized, Military-specification MIL VAX series.
* The Hungarian Central Research Institute for Physics (KFKI) produced a series of clones of early VAX models, the TPA-11/540, 560 and 580.
* The SM 52/12 from
Czechoslovakia, developed at VUVT
Žilina (today
Slovakia) and produced from 1986 at ZVT
Banská Bystrica
Banská Bystrica (, also known by other alternative names) is a middle-sized town in central Slovakia, located on the Hron River in a long and wide valley encircled by the mountain chains of the Low Tatras, the Veľká Fatra, and the Kremnica Mo ...
(today
Slovakia).
* The East German
VEB Robotron K 1840 (SM 1710) is a clone of the VAX-11/780 and
Robotron K 1820
The K 1820, full name RVS K 1820 ({{lang, de, Rechnersystem mit virtuellem Speicher, "computer system with virtual memory"), cipher in the SM EVM of the former COMECON countries SM 1720, is a workstation developed in East Germany. Volkseigener B ...
(SM 1720) is a copy of the MicroVAX II.
* The ''SM-1700'' is a Soviet clone of the VAX-11/730, ''SM-1702'' was a clone of MicroVAX II and ''SM-1705'' was a clone of VAX-11/785. These systems ran a variety of clone operating systems -
DEMOS
Demos may refer to:
Computing
* DEMOS, a Soviet Unix-like operating system
* DEMOS (ISP), the first internet service provider in the USSR
* Demos Commander, an Orthodox File Manager for Unix-like systems
* plural for Demo (computer programming)
...
(based on BSD Unix),
MOS VP (based on VAX/VMS) or MOS VP RV (based on VAXELN).
* The NCI-2780 Super-mini, also sold as Taiji-2780, is a clone of the VAX-11/780 developed by North China Institute of Computing Technology in Beijing.
Further reading
*
References
External links
*
DEC MicroprocessorsSimH VAXOpen source emulator that supports VAX architecture
The complete Digital Technical Journals
{{Processor technologies
Computer-related introductions in 1977
DEC mainframe computers
DEC microprocessors
Instruction set architectures
Minicomputers
32-bit computers