|
|
|
|
|
by haspok
126 days ago
|
|
> ruined by the 3% that that they got wildly wrong. Please tell us about it! I always thought it's more of a 50-50 (it's an American series anyway), but I was only a kid back then, so I would be very interested to hear your complaints! |
|
So in the first episode, Gordon Clark, the HW guy (played by Scoot McNairy) had to dump the contents of the IBM PC BIOS from the ROM chip.
Gordon extracts the BIOS chip (an 8KB EPROM chip if you do a web search) and plugs it into a breadboard and proceeds to dump out each byte of the chip with Joe (Lee Pace) writing down the address and data at that particular address on a pad of paper.
After writing the address and address contents for the first time, Joe asks Gordon how many times they have to do this procedure. Gordon replies 65536, which would imply a 64KB ROM chip - but the web search said the IBM PC used an 8KB EPROM for the BIOS.
After more dreary, repetitive work, they accomplish the dumping and transcribing of the IBM PC BIOS in one weekend.
But one could have used a short BASIC program to dump the IBM PC BIOS ROM - the IBM PC wasn't a locked down game console...
Maybe as a HW guy, writing a BASIC program to dump the BIOS would not come to mind.
For a legal clean-room implementation of the IBM PC BIOS, the actual contents of the IBM PC BIOS aren't needed.
You need the specs for each BIOS function (input/output parameters and description of what the BIOS function does).
The IBM PC Technical Reference Manual (which cost $99 back then) contains the BIOS assembly language listing.
One would need to type up the lines that list the input/output requirements for each BIOS function and their purpose and they'd be half-way to a clean-room PC BIOS.
But that'd be way less dramatic (and easier) than the way shown in the episode.
see https://electronics.stackexchange.com/questions/112846/halt-...