What type of computer is data general nova

Mar 5, 2020

Show

Today we’re going to talk through the history of the Data General Nova. Digital Equipment was founded in 1957 and released a game changing computer, the PDP-8, in 1965. We covered Digital in a previous episode, but to understand the Data General Nova, you kinda’ need to understand the PDP. It was a fully transistorized computer and it was revolutionary in the sense that it brought interactive computing to the masses. Based in part on research from work done for MIT in the TX-0 era, the PDP made computing more accessible to companies that couldn’t spend millions on computers and it was easier to program - and the PDP-1 could be obtained for less than a hundred thousand dollars. You could use a screen, type commands on a keyboard for the first time and it would actually output to screen rather than reading teletypes or punch cards. That interactivity unlocked so much.

The PDP began the minicomputer revolution. The first real computer game Spacewar! Was played on it and the adoption increased. The computers got faster. They could do as much as large mainframes. The thousands of transistors were faster and less error-prone than the old tubes. In fact, those transistors signaled that the third generation of computers was upon us. And people who liked the PDP were life-long converts. Fanatical even. The PDP evolved until 1965 when the PDP-8 was released. This is where Edson de Castro comes in, acting as the project manager for the PDP-8 development at Digital. 3 years later, he, Henry Burkhardt, and Richard Sogge of Digital would be joined by Herbert Richman a sales person from Fairchild Semiconductor.

They were proud of the PDP-8. It was a beautiful machine. But they wanted to go even further. And they didn’t feel like they could do so at Digital. They would build a less expensive minicomputer that opened up even more markets. They saw new circuit board manufacturing techniques, new automation techniques, new reasons to abandon the 12-bit CPU techniques. Edson had wanted to build a PDP with all of this and the ability to use 8 bit, 16 bit, or 32 bit architectures, but it got shut down at Digital. So they got two rounds of venture capital at $400,000 each and struck out on their own. They wanted the computer to fit into a 19-inch rack mount. That choice would basically make the 19 inch rack the standard from then on.

They wanted the machines to be 16-bit, moving past the 8 or 12 bit computers common in mini-computing at the time. They used an accumulator-based architecture, which is to say that there was a CPU that had a register that stored the results of various bits of code. This way you weren’t writing the results of all the maths into memory and then sending it right back to the CPU. Suddenly, you could do infinitely more math! Having someone from Fairchild really unlocked a lot of knowledge about what was happening in the integrated circuit market. They were able to get the price down into the thousands, not tens of thousands.

You could actually buy a computer for less than 4 thousand dollars.

The Nova would ship in 1969 and be an instant success with a lot of organizations. Especially smaller science labs like one at the University of Texas that was their first real paying cusotmer. Within 6 months they sold 100 units and within the first few years, they were over $100 million in sales. They were seeking into Digital’s profits. No one would have invested in Digital had they tried to compete head-on with IBM. Digital had become the leader in the minicomputer market, effectively owning the category. But Nova posed a threat. Until they decided to get into a horse race with Digital and release the SuperNOVA to compete with the PDP-11. They used space age designs. They were great computers. But Digital was moving faster. And Data General started to have production and supply chain problems, which led to law suits and angry customers. Never good.

By 1977 Digital came out with the VAX line, setting the standard to 32-bit. Data General was late to that party and honestly, after being a market leader in low-cost computing they started to slip. By the end of the 70s microchips and personal computers would basically kill minicomputers and while transitioning from minicomputers to servers, Data General never made quite the same inroads that Digital Equipment did. Data General would end up with their own DOS, like everyone their own UNIX System V variant, one of the first portable computers, but by the mid-80s, IBM showed up on the market and Data General would make databases and a number of other areas to justify what was becoming a server market.

In fact, the eventual home for Data General would be to get acquired by EMC and become CLaRiiON under the EMC imprint. It was an amazing rise. Hardware that often looked like it came straight out of Buck Rogers. Beautiful engineering. But you just can’t compete on price and stay in business forever. Especially when you’re competing with your former bosses who have much much deeper pockets.

EMC benefited from a lot of these types of acquisitions over the years, to become a colossus by the end of the 2010s. We can thank Data General and specifically the space age nova, for helping set many standards we use today. We can thank them for helping democratize computing in general. And if you’re a heavy user of EMC appliances, you can probably thank them for plenty of underlying bits of what you do even through to today. But the minicomputer market required companies to make their own chips in that era and that was destroyed by the dominance of Intel in the microchip industry. It’s too bad.

So many good ideas. But the costs to keep up turned out to be too much for them, as with many other vendors. One way to think about this story. You can pick up on new manufacturing and design techniques and compete with some pretty large players, especially on price. But when the realities of scaling an operation come you can’t stumble or customer confidence will erode and there’s a chance you won’t get to compete for deals again in the future. But try telling that to your growing sales team.

I hear people say you have to outgrow the growth rate of your category. You don’t. But you do have to do what you say you will and deliver. And when changes in the industry come, you can’t be all over the place. A cohesive strategy will help you whether the storm. So thank you for tuning into this episode of the History of Computing Podcast. We are so lucky you chose to join us and we hope to see you next time! Have a great day!

Home * Hardware * Nova

What type of computer is data general nova

Nova, (Data General Nova)
a 16-bit minicomputer series built by the American company Data General starting in 1968. The Nova was designed by DEC PDP-8 chief engineer and Data General co-founder Edson de Castro. It was packaged into a single rack mount case.

Unlike the PDP-8, Nova was a load/store architecture. It had four 16-bit accumulators, where two could be used as index registers, and a 15-bit address space and PC. The Nova is a big-endian architecture. Since there is no byte addressing, bytes need to be parsed out of words using swaps and masks high-order byte first [2]. Nova consists of a nibble-serial 4-bit ALU - its RISC-like instructions perform arithmetical and logical operations with the options to rotate, test and branch on the (skip next instructon on zero, carry) the 17-bit result, and also to discard the result otherwise written into the target accu. Basic models of the Nova came without built-in hardware multiply and divide. The first models were available with 1 to 8K words of magnetic core memory.

System software provided include the real time operating system RDOS, assembler, Basic interpreter, and Fortran and Algol compiler, expanded with Forth, Lisp, and C through third party vendors [3].

Nova Line

The SuperNOVA subsequently replaced initial magnetic core memory with faster ROM for library routines, and semiconductor (SuperNOVA SC) memory. The 4-bit ALU was extended to 16-bit using four instead of one bit slice 74181 ALU with speedup correspondingly [4].

Nova 1200

What type of computer is data general nova

Nova 1200 Front panel [5]

The Nova 1200 contained the entire CPU one one board, first shipped in 1971 [6]. It still had the Nibble-serial ALU, and up to 32K words magnetic core memory.

Nova 8x0

The faster Nova 800 was released in 1971. The Nova 840 introduced memory mapping in 1973, allowing two discrete sessions running concurrently, each with its own controlling terminal [7].

Nova 2

The Nova 2 was essentially a simplified version of the earlier machines as increasing chip densities allowed the CPU to be reduced in size, with CPU and memory on a single board, introduced in 1973.

Eclipse

What type of computer is data general nova

Eclipse S/130 front panel [8]

The Eclipse line, started in 1974, had an advanced, Nova upward-compatible instruction set, and included support for virtual memory and multitasking. The line was succeeded by the 32-bit Eclipse MV minicomputers in the early 80s, whose development was subject of Tracy Kidder's book The Soul of A New Machine.

Nova 3

In 1975, the Nova 3 combined features from all previous Nova designs, and added a hardware stack and appropriate stack instructions [9]. The Nova 3 was reduced to a chip set in 1976, called the microNOVA with hardware Multiply/Divide, optionally before, becoming a standard [10].

Nova 4

The Nova 4 was the last of the Nova line, released in 1987, the CPU a derivation of the Eclipse S/140. The Nova 4 is implemented around four AMD 2901 bit-slice chips and, unlike all earlier Novas, is microcoded.

Chess Programs

The best small computer in the world, 1968 - DGC.Nova from The Computer History Museum System Photographs
  • Super Nova, 1970 (pdf) from The Computer History Museum

  1. Data General NOVA System, (beige and yellow, center bottom) and a cartridge hard disk system (opened, below Nova) in a mostly empty rack mount, Goodwill Computer Museum, Austin, Texas, Image courtesy Jeff Keyzer, January 07, 2011
  2. Data General NOVA Basic Instruction Summary by Carl R. Friend
  3. Data General Nova from Wikipedia
  4. Data General Nova from Wikipedia
  5. Front panel of a Data General Nova 1200 minicomputer by Arnold Reinhold, CC BY-SA 4.0, Wikimedia Commons, Data General Nova from Wikipedia, bit 0 for Carry, bit 1 for MSB and bit 15 for LSB!
  6. The Retro-Computing Society of RI, Inc.: Nova 1200
  7. Nova 840 from Carl Friend's Minicomputer "Museum"
  8. Data General Eclipse S/130 front panel. Computer belongs to Emil Sarlija, Wikimedia Commons
  9. Nova Stack Instructions from DG Nova Extended Instructions by Carl R. Friend
  10. Nova Multiply/Divide from DG Nova Extended Instructions by Carl R. Friend

Up one Level