The 8088/8086 were probably the first - and last - "breadboardable" x86 CPUs as everything after that came in square, non-DIP packages. However, there have been hobbyists making their own electronics for x86-based computers up to the 486: http://dubel.org/computer/
Starting with the Pentium, however, things got really hairy...
FWIW...The 80286 came in a 40-pin DIP, and of course lots of non-x86 processors came (still come) in DIP as well.
From a hobbyist perspective, PGA packages aren't really alot more difficult to deal with than DIP. Even LCC & PLCC packages have easy through-hole sockets.
QFP & PGA are, of course, nightmares. :-)
The real problem is it becomes increasingly difficult to breadboard a machine as processor clock goes above 10-20MHz. I've actually been puzzling how slow a PCI bus can run, since prototyping something at 33MHz is really hard.
Have to mention Code by Charles Petzold which was recommended somewhere around here. It builds up from basic logic gates (with loads of diagrams) to a rough approximation of the 8080 series processors. A great book if you want to know the principles and history of this technology.
This is awesome. I've been wanting to get into 8-bit computing and do a "ground up" build of something using an 8088, Z80, or something of that ilk for a while.
Since we're on the subject... can anybody recommend any good books / websites / magazine articles / etc., that cover this kind of ground? That is, starting from a raw chip (a simple one, like one of these old 8 bit ones, not a 80386 or something) and building a simple computer from scratch? I'd really like to get my hands dirty doing something like this, to get a better feel for the nuts and volts level stuff.
On the other end of the spectrum is virtual hardware hacking. MAME project has a less known offshoot branch called MESS. It emulates old computers on a logic level with single clock cycle precision (not instruction, its clock accurate!). To get you idea of what that means imagine sound card emulation. Sane person would map buffers and pump samples to your host sound API. MESS people on the other hand desolder chips from old Sound Blaster 2.0, DECAPSULATE Intel microcontroller responsible for DMA, read its rom content. Emulated sound card runs this rom dump on virtual Intel 8048. Same with Keyboards - they emulate 8048 with its rom content inside keyboard, and 8051 sitting on the motherboard with its individual rom content! :)
This is pretty crazy and inefficient (C++), but extremely accurate. Emulated hardware ranges from 6502 (and all of its individual sub models like 6510, 6509 etc) to 486/586 processors and 3DFX cards (again emulating low level functions, no opengl mapping there).
Jameco is very much alive! However, My bank recently called to verify some purchases with them. They claimed that my regular transactions with such a company were flagged as suspicious. I suppose the everyday household is not impulse buying this stuff as I do.
Yep, they're around and seem to be doing reasonably well. I buy a lot of electronic components from them, and so do a lot of the other folks at Splatspace (the Durham, NC hackerspace).
I don't know of anyone fabbing a monolithic 8088 these days, but you can license a feature complete 8088 core for use on an ASIC or FPGA from lots of firms. There's still a market.
userbinator|11 years ago
http://commons.wikimedia.org/wiki/File:Breadboard_complex.jp...
The 8088/8086 were probably the first - and last - "breadboardable" x86 CPUs as everything after that came in square, non-DIP packages. However, there have been hobbyists making their own electronics for x86-based computers up to the 486: http://dubel.org/computer/
Starting with the Pentium, however, things got really hairy...
kjs3|11 years ago
From a hobbyist perspective, PGA packages aren't really alot more difficult to deal with than DIP. Even LCC & PLCC packages have easy through-hole sockets.
QFP & PGA are, of course, nightmares. :-)
The real problem is it becomes increasingly difficult to breadboard a machine as processor clock goes above 10-20MHz. I've actually been puzzling how slow a PCI bus can run, since prototyping something at 33MHz is really hard.
guscost|11 years ago
mindcrime|11 years ago
Since we're on the subject... can anybody recommend any good books / websites / magazine articles / etc., that cover this kind of ground? That is, starting from a raw chip (a simple one, like one of these old 8 bit ones, not a 80386 or something) and building a simple computer from scratch? I'd really like to get my hands dirty doing something like this, to get a better feel for the nuts and volts level stuff.
Atommota|11 years ago
rasz_pl|11 years ago
http://www.eevblog.com/forum/testgear/sainsmart-dds120-usb-o...
"scope is advertised as 50Ms/s while the ADC runs at 40MHz"
40MHz sampling means its usable for signals up to ~10MHz. Its ok'ish for arduino level of tinkering.
If you like this type of old school hardcore hardware hacking check those links:
http://n8vem-sbc.pbworks.com
http://www.s100computers.com
Those guys are actively building 20-30 year old computers from scratch. Most modern (and probably the fastest) is 386DX/486DLC board
http://www.s100computers.com/My%20System%20Pages/80386%20Boa...
On the other end of the spectrum is virtual hardware hacking. MAME project has a less known offshoot branch called MESS. It emulates old computers on a logic level with single clock cycle precision (not instruction, its clock accurate!). To get you idea of what that means imagine sound card emulation. Sane person would map buffers and pump samples to your host sound API. MESS people on the other hand desolder chips from old Sound Blaster 2.0, DECAPSULATE Intel microcontroller responsible for DMA, read its rom content. Emulated sound card runs this rom dump on virtual Intel 8048. Same with Keyboards - they emulate 8048 with its rom content inside keyboard, and 8051 sitting on the motherboard with its individual rom content! :)
This is pretty crazy and inefficient (C++), but extremely accurate. Emulated hardware ranges from 6502 (and all of its individual sub models like 6510, 6509 etc) to 486/586 processors and 3DFX cards (again emulating low level functions, no opengl mapping there).
http://www.mess.org
tyrick|11 years ago
jpmattia|11 years ago
They used to supply geeks throughout the US with their mail order biz; For me, it was late 70s/early 80s.
tyrick|11 years ago
mindcrime|11 years ago
cesarbs|11 years ago
maximilianburke|11 years ago
userbinator|11 years ago
http://www.digikey.com/product-detail/en/CP80C88-2Z/CP80C88-...
http://www.digikey.com/product-detail/en/IP80C88/IP80C88-ND/...
There's also a military-rated version (this is probably one of the reasons why they're still in production...) which is in the $500+ range and curently not in stock: http://www.intersil.com/en/products/space-and-harsh-environm...
sliverstorm|11 years ago
aswanson|11 years ago
kjs3|11 years ago