from copilot:
The VAX‑11/780 is one of the most important minicomputers in computing history. Introduced by Digital Equipment Corporation (DEC) in 1977, it effectively defined what people meant by “VAX” and helped shape modern computer architecture.
Here’s a clear overview, from context to technical details and impact.
What “VAX‑11/780” Means
- VAX = Virtual Address eXtension
- 11 = marketing continuity with DEC’s earlier PDP‑11 line
- 780 = roughly “0.78 MIPS” (a performance rating by DEC’s internal metric)
Despite the name, it was not a PDP‑11; it was a completely new 32‑bit architecture.
Why It Mattered
The VAX‑11/780 was revolutionary because it combined:
- True 32‑bit computing
- Virtual memory built into the architecture
- A rich, expressive instruction set designed to support high‑level languages
For universities, research labs, and businesses, it became the machine of the late 1970s and 1980s.
Architecture Highlights
Word Size & Memory
- 32‑bit architecture
- Virtual address space: up to 4 GB (huge for the time)
- Demand‑paged virtual memory with hardware support
Instruction Set (CISC)
- Classic CISC design:
- Hundreds of instructions
- Variable‑length instructions
- Memory‑to‑memory operations
- Designed to make compiled code compact and expressive
- Excellent support for:
- Procedure calls
- Stack frames
- Data structures
This made VAX machines very friendly to languages like C, FORTRAN, Pascal, and later Ada.
Performance
- Roughly 1 MIPS (million instructions per second)
- Slower in raw speed than later RISC machines, but very powerful for its era
- Performance was respectable because much work could be done in fewer instructions
Operating Systems
The VAX‑11/780 ran several influential operating systems:
- VMS (later OpenVMS) – DEC’s flagship OS
- Highly reliable
- Strong security model
- Still in use today (on modern hardware)
- BSD UNIX
- The VAX became the platform for early BSD development
- Many UNIX features (job control, TCP/IP stack refinements) matured on VAX systems
If you’ve used modern UNIX or Linux, you’re indirectly benefiting from VAX‑era work.
Hardware Form
- Typically filled one or more refrigerator‑sized cabinets
- Used TTL logic (no microprocessor yet)
- Consumed significant power and required cooling
- Peripheral ecosystem included:
- Disk drives (RP06, RM03, etc.)
- Tape drives
- Serial terminals (VT100 was iconic)
Historical Impact
The VAX‑11/780:
- Dominated academic computing in the late ’70s and ’80s
- Became the reference machine for operating‑system research
- Influenced later CPU and OS design—even as RISC later rejected many CISC ideas
- Marked the high point of minicomputers before workstations and PCs took over
A famous saying from the era:
“If you haven’t used a VAX, you don’t know what a real computer is.”
Decline
- In the late 1980s–1990s, RISC processors (SPARC, MIPS, PA‑RISC) surpassed VAX in performance per watt
- DEC eventually replaced VAX with Alpha
- Still, VAX systems lingered in production for decades due to VMS reliability
If you’d like, I can:
- Compare the VAX‑11/780 to the PDP‑11 or early RISC machines
- Explain why VAX CISC lost to RISC despite its elegance
- Talk about VMS vs UNIX on VAX
- Or connect VAX ideas to modern CPUs and operating systems
What angle are you most interested in?
No comments:
Post a Comment