by brian_herman on 4/1/24, 6:29 PM with 39 comments
by dbcurtis on 4/2/24, 12:43 AM
There famously were not interrupts in the classical sense in the 6x00, but PP's could read and scribble anywhere in central memory, and they could compute an address and jam it into the CPU's PC. So in effect infinitely flexible vectored interrupts.
4Kx12 is not a lot of program space, so most I/O drivers consisted of one or more PP overlays that would be loaded depending on which I/O device was in use.
If I recall correctly, the operator console required a PP full time -- the console being a couple of CRT's with shared X & 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't get into that.)
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.
by jandrese on 4/1/24, 9:08 PM
by monocasa on 4/1/24, 9:33 PM
by 082349872349872 on 4/1/24, 6:58 PM
> I suppose the picture of computing is of a topsy-turvy growth obeying laws of a commercial "natural" 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't allowed much time to think where we're going. — JET
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).
by rhelz on 4/1/24, 10:23 PM
You'd go down this "hall", the walls full of millions of wires, carefully looped so that the signals wouldn'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.) "There'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....
Yeah, a whole "room" to calculate square roots. I guess they hadn't figured out the fast square root algorithm which DOOM used yet :-)
Absolutely astounding artifact. It was like seeing the great pyramids.
by herodotus on 4/2/24, 12:31 AM
by ok123456 on 4/1/24, 9:03 PM
by uticus on 4/1/24, 9:01 PM
ah the days of yore
by johnklos on 4/1/24, 10:06 PM
by nxobject on 4/1/24, 9:52 PM
by snakeyjake on 4/1/24, 8:55 PM
One can dream...