TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Control Data Corporation's CDC 6600

59 点作者 brian_herman大约 1 年前

11 条评论

dbcurtis大约 1 年前
Like many write-ups of the 6x00, it totally ignores the peripheral processor (PP) subsystem, which was both simple and innovative. The PP&#x27;s were 10 independent processors, 12 bits wide, but with an 18 bit accumulator so that they could compute central memory addresses. Each had 4K of 12 bit words that stored both driver code and was used as I&#x2F;O buffer. But.... there really were not 10, there was one copy of the PPU compute hardware, and 10 copies of the state that all the CDC old-timers referred to as &quot;the PP barrel&quot;. It was just a big circular shift register, so the 10 PP&#x27;s were actually just 10-way hardware multi-threaded. Yes, hardware multi-threading dates from 1957.<p>There famously were not interrupts in the classical sense in the 6x00, but PP&#x27;s could read and scribble anywhere in central memory, and they could compute an address and jam it into the CPU&#x27;s PC. So in effect infinitely flexible vectored interrupts.<p>4Kx12 is not a lot of program space, so most I&#x2F;O drivers consisted of one or more PP overlays that would be loaded depending on which I&#x2F;O device was in use.<p>If I recall correctly, the operator console required a PP full time -- the console being a couple of CRT&#x27;s with shared X &amp; Y DACs, and independent Z DACs, so they used vector fonts for everything. A second PP was full time dedicated to scheduling the other 8, at least in the common operating systems. (There were a bunch of operating systems... but I won&#x27;t get into that.)<p>Also... somebody (maybe Seymour himself?) worked out a 12 word boot loader... and PP0 had a switch panel of 144 toggle switches arranged in a 12x12 matrix. You could toggle in the bootloader once, and leave it forever. At boot time those 12 words were loaded into PP0 core.
评论 #39902013 未加载
评论 #39903431 未加载
jandrese大约 1 年前
I liked the chart comparing the memory bandwidth against a modern video card, which of course had to be in log scale and was still enormously different.
monocasa大约 1 年前
I know it&#x27;s an Apr1 post, but I&#x27;d honestly really like more historic supercomputer content from chipsandcheese; this was a great read.
082349872349872大约 1 年前
One of the 6600 designers said:<p>&gt; <i>I suppose the picture of computing is of a topsy-turvy growth obeying laws of a commercial &quot;natural&quot; selection. This could be entirely accurate considering how fast it has grown. Things started out in a scholarly vein, but the rush of commerce hasn&#x27;t allowed much time to think where we&#x27;re going.</i> — JET<p>I was amazed to read some of what he wrote at the time about the 6600 design and consider how qualitatively modern it sounds (if one is willing to add zeros and change units where quantitatively needed).
评论 #39898910 未加载
rhelz大约 1 年前
<i>chuckle</i> I got a chance to tour a CDC Cyber 205--one of the last in active use. And &quot;tour&quot; is the right word--we toured it like you&#x27;d tour a house. First and last computer I was ever...inside of.<p>You&#x27;d go down this &quot;hall&quot;, the walls full of millions of wires, carefully looped so that the signals wouldn&#x27;t arrive too early (1 foot = 1 nanosecond, and you wanted all the signals of the bus to arrive at the same time, which meant the all the wires on the bus had to be the same length.) &quot;There&#x27;s the address bus, now down the hall there are two rooms, one is the ALU, the other is the optional square root calculating units....<p>Yeah, a whole &quot;room&quot; to calculate square roots. I guess they hadn&#x27;t figured out the fast square root algorithm which DOOM used yet :-)<p>Absolutely astounding artifact. It was like seeing the great pyramids.
评论 #39901060 未加载
herodotus大约 1 年前
Amusing, but nostalgic for me: my first job after graduating was working as a COBOL programmer for Control Data. This was while I was waiting to be accepted into graduate school at the University of Waterloo. I enjoyed working there. But was very happy to get accepted at Waterloo (and stop programming in COBOL).
ok123456大约 1 年前
<a href="http:&#x2F;&#x2F;www.bitsavers.org&#x2F;pdf&#x2F;cdc&#x2F;cyber&#x2F;books&#x2F;DesignOfAComputer_CDC6600.pdf" rel="nofollow">http:&#x2F;&#x2F;www.bitsavers.org&#x2F;pdf&#x2F;cdc&#x2F;cyber&#x2F;books&#x2F;DesignOfAComput...</a>
评论 #39900811 未加载
uticus大约 1 年前
&gt; Delivering precise exceptions that the operating system can resume from would be a ludicrous waste of precious logic. Instead, programmers should be honest about the storage their programs need, and get good at their job.<p>ah the days of yore
johnklos大约 1 年前
April Fools or not, this is a wonderful writeup that makes for a wonderful contrast between historical computing and modern computing. Love it!
nxobject大约 1 年前
A classic early example of superscalar execution.
评论 #39900828 未加载
snakeyjake大约 1 年前
Perhaps one day the power of the CDC 6600 will be available to all who need, or merely want, it.<p>One can dream...