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.
Oops, yes. I've been considering an lpc812 16-pin device for a project but it would need a bunch of '595s for extra output bits. Instead I'm using a 64-pin stm32f030.. the overall price is the same, but the stm32f030 has more flash and RAM. Even so, NXPs development system seems more coherent (even though I'm not an eclipse fan).
The 80286 never came in a 40-pin DIP. It's impossible since the 24-bit address bus and 16-bit data bus were not multiplexed and required 40 pins. The PGA, LCC and PLCC versions all had 68 pins.
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).
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).
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.
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.
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...