2 comments
The PCB construction is curious (which you say is multi-layer) - why use a grid of 0.1" holes? Is that so it could be easily jumpered? Can you tell if the traces run through the holes or between them?<p>I don't have the patience to reverse-engineer these types of boards, but I do find them really interesting to think about. CAD was just getting started (I just looked up that Gerber format was released in 1980) so I wonder if the masks were hand-drawn.
The grid is 0.1" holes because that's the spacing of most components; it's a bit like perfboard. If you're asking why they used a grid instead of a normal-style PCB, I'm not sure. It probably makes manufacturing the boards much easier since you can drill the holes with an assembly line rather than one at a time. The traces go between the holes; the traces are very narrow, so two traces can fit between a pair of holes. That's probably the tradeoff, that your traces need to be very precise and you probably need more layers because of all the holes in the way. The layout was probably done with CAD; PCBs with CAD go way back. IBM was doing circuit boards with CAD back in the early 1960s, using a flying spot of light to draw out the PCBs on photoresist.
> The PCB construction is curious (which you say is multi-layer) - why use a grid of 0.1" holes?<p>The claim is multi-layer, but I seriously doubt that. I suspect that these are two-layer boards.<p>And if <i>that's</i> the case, the pattern is most likely because the holes precede the etch. And possibly precede the copper deposition so that the copper deposition can coat the insides of the holes.<p>And the holes are in a regular pattern because CNC <i>simply wasn't a thing yet</i>. You probably had some fixed array of drill bits that were used to make the holes in a very strict fixed automation fashion.
Author here if anyone has questions...
Do we know anything about the software that ran on it? What language it was developed on, what host platform was used for development, etc? Does any of the code survive?
Much of the software was in a language called HAL/S (High-order Assembly Language/Shuttle), using an IBM 360/370 for compilation. Other software was written in Fortran. See <a href="https://www.cs.toronto.edu/XPL/hal.html" rel="nofollow">https://www.cs.toronto.edu/XPL/hal.html</a> and <a href="https://repository.arizona.edu/bitstream/handle/10150/613923/ITC_1979_79-09-4.pdf" rel="nofollow">https://repository.arizona.edu/bitstream/handle/10150/613923...</a>
When you say that the 125 added memory management, what does that mean a little more specifically? My guess is either PDP-11/z280 style paging without page tables (the 16 bit address space makes just having enough IO registers to cover the address space tractable) or some simple segmentation hardware, but it'd be neat if there was another hardware object capability system I didn't know about.
What frequency did it it cycle at? Any idea how many instructions per second it could process?