VAX

Source: Wikipedia, the free encyclopedia.

VAX
Vector
16 × 4096-bit (64 elements of 64 bits each)

VAX (an acronym for Virtual Address eXtension) is a series of computers featuring a

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, 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

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.

DEC quickly dropped the −11 branding as PDP-11 compatibility was no longer a major concern. The line expanded to both high-end

mainframes 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 them were compatible with each other and normally ran the VAX/VMS operating system
.

VAX has been perceived as the quintessential CISC ISA,

queue insertion or deletion, number formatting, and polynomial evaluation.[4]

Name

VAX-11/780

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 PDP-11 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.[5] When it was introduced, many programs were written in assembly language, so having a "programmer-friendly" instruction set was important.[6][7] 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[8] 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. On most architectures, it is up to the compiler to produce instructions to save out the needed data, typically using the call stack for temporary storage. On the VAX, with 16 registers, this might require 16 instructions to save the data and another 16 to restore it. Using the mask, a single 16-bit value performs the same operations internally in hardware, saving time and memory.[5]

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.[9]

Operating systems

Stylized "VAX/VMS" used by Digital

The native VAX

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.[11] VMM was intended to achieve TCSEC 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

4.3BSD, Ultrix-32, VAXELN, and Xinu. More recently, NetBSD[12] and OpenBSD[13] have supported various VAX models and some work has been done on porting Linux to the VAX architecture.[14] OpenBSD discontinued support for the architecture in September 2016.[15]

History

VAX 8350 front view with cover removed

The first VAX model sold was the

C. Gordon Bell's doctoral student at Carnegie Mellon University, was responsible for the architecture.[17] 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

MIPS machine, because its performance was equivalent to an IBM System/360
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

bit-slice
components for the ALU.

The

VLSI chip (or even a few VLSI chips as was later done with the V-11 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 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[19] The MicroVAX II was based on a single, quad-sized processor board which carried the processor chips and ran the MicroVMS or Ultrix-32 operating systems. The machine featured 1 MB of on-board memory and a Q22-bus interface with DMA
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,

VAX 7000
systems.

In DEC's product offerings, the VAX architecture was eventually superseded by

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,[22] but old systems remain in widespread use.[23] 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, HPE Integrity, and x86-64 platforms.

Processor architecture

MicroVAX 3600 (left) with printer (right)
DEC VAX registers
31 ... 23 ... 15 ... 07 ... 00 (bit position)
General registers
R0 Register 0
R1 Register 1
R2 Register 2
R3 Register 3
R4 Register 4
R5 Register 5
R6 Register 6
R7 Register 7
R8 Register 8
R9 Register 9
R10 Register 10
R11 Register 11
R12 / AP Register 12 / Argument Pointer
R13 / FP Register 13 / Frame Pointer
R14 / SP Register 14 / Stack Pointer
R15 / PC Register 15 / Program Counter
Processor Status Longword
(See adjacent table for bit definitions) PSL

Virtual memory map

The VAX virtual memory is divided into four sections. Each is one gigabyte (in the context of addressing, 230 bytes) in size:

Section Address range
P0 0x000000000x3fffffff
P1 0x400000000x7fffffff
S0 0x800000000xbfffffff
S1 0xc00000000xffffffff

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:

No. Mode VMS use Notes
0 Kernel OS kernel Highest
privilege level
1 Executive File system
2 Supervisor Shell (DCL)
3 User Normal programs Lowest privilege level

Processor status longword

The process status longword contains 32 bits:

CM TP MBZ FD IS cmod pmod MBZ IPL MBZ DV FU IV T N Z V C
31 30 29:28 27 26 25:24 23:22 21 20:16 15:8 7 6 5 4 3 2 1 0
Bits Meaning Bits Meaning
31 PDP-11 compatibility mode 15:8 MBZ (must be zero)
30 trace pending 7 decimal overflow trap enable
29:28 MBZ (must be zero) 6 floating-point underflow trap enable
27 first part done (interrupted instruction) 5 integer overflow trap enable
26 interrupt stack 4 trace
25:24 current privilege mode 3 negative
23:22 previous privilege mode 2 zero
21 MBZ (must be zero) 1 overflow
20:16 IPL (interrupt priority level) 0 carry

VAX-based systems

The SPEC-1 VAX, a VAX 11/780 used for benchmarking, showing internals

The first VAX-based system was the

VAX 7000/10000. A variant of various VAX-based systems were sold as the VAXserver
.

SImultaneous Machine ACceSs (SIMACS)

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.[26] Raven was canceled in 1990.[27] 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 of the United Kingdom produced clones of early VAX models such as the Systime 8750 (equivalent to the VAX 11/750).[28]
  • Norden Systems produced the ruggedized, Military-specification MIL VAX series.[10]
  • The Hungarian Central Research Institute for Physics (KFKI) produced a series of clones of early VAX models, the TPA-11/540, 560 and 580.[29]
  • The SM 52/12[30] from Czechoslovakia, developed at VUVT Žilina (today Slovakia) and produced from 1986 at ZVT Banská Bystrica (today Slovakia).
  • The East German VEB Robotron K 1840 (SM 1710) is a clone of the VAX-11/780 and Robotron K 1820 (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.[31] These systems ran a variety of clone operating systems - DEMOS (based on BSD Unix), MOS VP (based on VAX/VMS) or MOS VP RV (based on VAXELN).[32]
  • 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.[33][34]

References

  1. ^ "VAX MACRO and Instruction Set Reference Manual". OpenVMS documentation. April 2001. 8.1 Basic Architecture. Archived from the original on September 6, 2001.
  2. ^ DEC STD 032 – VAX Architecture Standard (PDF). Digital Equipment Corp. January 5, 1990. p. 12-5. Retrieved August 1, 2022.
  3. ^ Bistriceanu, Virgil. "Computer Architecture – Class notes" (PDF). Illinois Institute of Technology. Retrieved April 15, 2022.
  4. S2CID 15021135
    .
  5. ^ .
  6. ^ "Another Approach to Instruction Set Architecture—VAX" (PDF). Archived from the original (PDF) on June 10, 2017. Retrieved October 3, 2018. ... instruction set architectures, we chose the VAX as programmer-friendly instruction set, an asset
  7. ^ "VAX". Esp. noted for its large, assembler-programmer-friendly instruction set --- an asset that
  8. ^ "VAX MACRO and Instruction Set Reference Manual". OpenVMS documentation. April 2001. 9.2.5 Procedure Call Instructions. Archived from the original on March 30, 2002.
  9. . Retrieved August 22, 2013.
  10. ^ a b Rainville, Jim; Howard, Karen, eds. (1997). "VAX/VMS at 20". Digital Equipment Corporation. Archived from the original on July 20, 2018. Retrieved July 20, 2018.
  11. . Retrieved January 31, 2021.
  12. ^ "NetBSD/vax".
  13. ^ "OpenBSD/vax".
  14. ^ "Porting Linux to the VAX".
  15. ^ "OpenBSD 6.0". 2016. Retrieved June 20, 2017.
  16. ^ "VAX 11/780, The First VAX System (October 1977)".
  17. .
  18. ^ "VAX 11/780 Computer: CPU". Computer History Museum. Retrieved October 24, 2012.
  19. ^ "MicroVAX II (1985)". Computer History and Simulation.
  20. ^ "Steal the best". micro.magnet.fsu.edu. Retrieved January 30, 2008. The Russian phrase was: СВАКС... Когда вы забатите довольно воровать настоящий лучший
  21. ^ "CVAX (1987)". Computer History and Simulation. Retrieved January 30, 2008.
  22. ^ "VAX Systems: A letter from Jesse Lipcon". Archived from the original on August 15, 2000.
  23. ^ "If It Ain't Broke, Don't Fix It: Ancient Computers in Use Today". PCWorld. Retrieved October 11, 2021.
  24. ^ Wand, R.; Kesteven, M.; Rayner, P. (February 24, 1984). "Computing Requirements for AT Software Development" (PDF).
  25. HARDCOPY
    . pp. 64–68.
  26. ^ Mark Smotherman (July 19, 2008). "Who are the Computer Architects?". Retrieved September 30, 2008.
  27. ^ Supnik, Bob (2007). "Raven". Computer History and Simulation. Retrieved March 1, 2019.
  28. ^ "RAL Informatics Report 1984-85". Retrieved October 15, 2007.
  29. ^ "The TPA story". Retrieved October 15, 2007.
  30. .
  31. .
  32. ^ Prokhorov N.L.; Gorskiy V.E. "Basic software for 32-bit SM computer models". Software Systems Journal (in Russian). 1988 (3). Retrieved September 15, 2021.
  33. . OTA-USC-340.
  34. .

Further reading

External links

This page is based on the copyrighted Wikipedia article: VAX. Articles is available under the CC BY-SA 3.0 license; additional terms may apply.Privacy Policy