Difference between revisions of "DEC Alpha"

From Computer History Wiki
Jump to: navigation, search
m (External links: +Bitsavers, Bell papers)
m (External links: +Alpha System Reference Manual)
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
  
 
* [http://www.bitsavers.org/pdf/dec/alpha/ Alpha] - documentation at [[Bitsavers]]
 
* [http://www.bitsavers.org/pdf/dec/alpha/ Alpha] - documentation at [[Bitsavers]]
 +
** [http://www.bitsavers.org/pdf/dec/alpha/system_reference/Alpha_System_Reference_Manual_Version_5_199205.pdf Alpha System Reference Manual - Version 5]
 +
** [http://www.bitsavers.org/pdf/dec/alpha/system_reference/Alpha_AXP_System_Reference_Manual_Version_6_1994.pdf Alpha System Reference Manual - Version 6]
 +
** [http://www.bitsavers.org/pdf/dec/alpha/system_reference/Alpha_System_Reference_Manual_Version_7_1997.pdf Alpha System Reference Manual - Version 7]
 
* [https://gordonbell.azurewebsites.net/Digital/Strecker%20Bell%20PDP-11%20VAX%20Alpha%20Retrospective.pdf What Have We Learned from the PDF’-11 - What We Have Learned from VAX and Alpha]
 
* [https://gordonbell.azurewebsites.net/Digital/Strecker%20Bell%20PDP-11%20VAX%20Alpha%20Retrospective.pdf What Have We Learned from the PDF’-11 - What We Have Learned from VAX and Alpha]
 
* [https://gordonbell.azurewebsites.net/Digital/Bell_Retrospective_PDP11_paper_c1998.htm A Retrospective on What We Have Learned From the PDP-11: What Else Did We Need to Know That Could Have Been Useful in the Design of the VAX-11 to Make Alpha Easier?]
 
* [https://gordonbell.azurewebsites.net/Digital/Bell_Retrospective_PDP11_paper_c1998.htm A Retrospective on What We Have Learned From the PDP-11: What Else Did We Need to Know That Could Have Been Useful in the Design of the VAX-11 to Make Alpha Easier?]
Line 19: Line 22:
 
[[Category: DEC Architectures]]
 
[[Category: DEC Architectures]]
 
[[Category: DEC Alphas]]
 
[[Category: DEC Alphas]]
 +
[[Category: 64-bit Computers]]

Latest revision as of 21:32, 18 February 2024

Alpha, originally known as Alpha AXP, is a 64-bit Reduced Instruction Set Computer (RISC) instruction set architecture (ISA) developed by Digital Equipment Corporation (DEC), designed to replace the 32-bit VAX Complex Instruction Set Computer (CISC) ISA and its implementations.

Operating systems that supported Alpha included OpenVMS (previously known as OpenVMS AXP), Tru64 UNIX (previously known as DEC OSF/1 AXP and Digital UNIX), and Windows NT (until 4.0 SP6 and Windows 2000 RC1). Open source operating systems that run on the Alpha are Linux, BSD UNIX (NetBSD, OpenBSD and FreeBSD up to 6.x) and L4Ka::Pistachio.

Emulation

External links