snovymgodym
yesterday at 11:41 PM
I have a morbid curiosity about this system, but I don't really have a charitable view of it.
The story as far as I know, goes like this
Back in the late 1970s Dave Cutler and his team create VMS at DEC as the next generation operating system for DEC's new flagship product, the VAX minicomputer.
VMS is good by all accounts and was a successful product, but Unix goes on to dominate the minicomputer and emerging server market for the next decade.
Then in the 1990s DEC goes out of business and sells VMS to Compaq, but not before porting it to their doomed Alpha CPU architecture.
Then in 2000s Compaq goes out of business and gets acquired by HP, and together they port VMS to the doomed Itanium CPU architecture.
In 2014, a shop called VMS Software Inc (VSI) strikes some kind of deal with HP where they get to develop and support new versions of VMS while older versions continue to belong to HP. As part of this, they finally announce an x86-64 port. This port first sees the light of day in 2020.
----
The story is essentially bad bet after bad bet, missing the boat and fighting the last war over and over again. And today, it's just a piece of legacy software being used to extract the last bits of value from the organizations that are stuck with it.
Even so, I hope for a true open source release of it one day.
How was the Alpha a bad bet? x86-64 didn't exist yet, and the architecture was pretty solid technologically. It died because DEC died, not the other way around.
> How was the Alpha a bad bet?
Not technically (Alpha ISA had its good and bad sides, but was decent enough), but economically. DEC just didn't have the marketshare and thus economic muscle to survive in a game of ever increasing R&D costs for each successive generation. Hence DEC ending up acquired by Compaq, which then was acquired by HP.
HP also saw the writing on the wall, and developed Itanium with Intel as a replacement for their PA-RISC, thinking that Itanium could benefit from Intel's huge economy of scale in chip manufacturing. And after acquiring Compaq (with DEC Alpha) it sunset the Alpha as well in favor of Itanium, for the same reasons. Well, we all know how the Itanium story turned out.
Alpha was so far ahead, compared to the other mid 90’s “workstation” vendors. I went to a university with tons of DEC hardware, then worked at a mostly DEC shop for a bit. It’s a shame DEC died.
LeFantome
today at 4:03 AM
I really loved the Alpha platform. It was not as fast as it felt like it should have been given the clock speed. It also seemed like a real memory pig compared to x86 at the time. That was probably just because it was 64 bit. Everything is a memory pig now I guess. :)
Alpha boxes were cool. High clock speeds, massive amounts of RAM does the time, and huge storage. When they were the only 64 bit systems, they were the only game in town for some workloads.
> It also seemed like a real memory pig compared to x86 at the time. That was probably just because it was 64 bit. Everything is a memory pig now I guess. :)
Wasn't Alpha also a fairly pure RISC architecture, with larger machine code being an inherent property of that?
nickpsecurity
today at 2:23 AM
More details about how it went down here:
https://www.informationweek.com/it-leadership/compaq-to-aban...
ARM's and POWER's success suggests Alpha might have made it. Compaq wanted to partner on Itanium, though. Eventually, Intel got the Alpha I.P. rights which might as well have been a death sentence.
Last Alpha I saw was the SAFE architecture that added security features to a homebrew CPU that was derived from Alpha ISA. What I liked most on Alpha, though, was PALcode with its atomic execution.
Nah. It was a totally different world. These companies were competing around proprietary advantages at the OS or hardware level that became less and less relevant over time. HP self-immolated itself and you were left with IBM and Sun.
Only IBM survived, and that’s because it won key contracts in the 60s and 70s to run verticals and business systems, and essentially leveraged mainframe financing and legacy contracts to cross-sell everything. On the tech side, they parlayed that into a sustainable business by virtualizing everything and sharing the Power platform. They get some new business for AIX, but it’s mostly that legacy business.
A good chunk of DEC’s and Compaq’s Business was running terminal (as in tty) operations for mainframes. That went endangered with NT 3.5 and extinct with NT 4. As Linux improved, Intel was good enough. ARM is doing to Intel what Intel did to everyone.
> The story as far as I know, goes like this
That is not really accurate or representative at all, no.
> In 2014, a shop called VMS Software Inc (VSI) strikes some kind of deal with HP where they get to develop and support new versions of VMS while older versions continue to belong to HP. As part of this, they finally announce an x86-64 port. This port first sees the light of day in 2020.
And interesting factoid about the x86-64 port is that they've switched to LLVM-based compilers rather than making x86-64 backends for their legacy compilers.