0

What prevents someone with some funding from creating and selling their own hardware? Let's ignore the legal side of things and assume the only limit is technology.

Could someone create something akin to a 1995-2000 time period processor without specialized equipment? What about slightly earlier, like the "computer pioneers" did?

user50414
  • 3
  • 1
  • 3
    Making your own PCB's with off-the-shelf chips is a thing. Lots of people do it. Making your own chips costs 10's of thousands to millions of dollars, so not many people do it as a hobby. – The Photon Jul 31 '14 at 00:09
  • See: http://electronics.stackexchange.com/questions/67598/how-are-integrated-circuits-fabricated/ – The Photon Jul 31 '14 at 00:11
  • @ThePhoton `not many people` is an understatement. I'd venture to say its around 0. Maybe 10 max. – Funkyguy Jul 31 '14 at 00:49
  • OK, so this is going a wee bit further back than, say, 1995 but I can't resist adding this link for an example of 'homemade' hardware: https://www.youtube.com/watch?v=EzyXMEpq4qw – Alfred Centauri Jul 31 '14 at 02:29
  • If you're permitted to consider an FPGA as raw material, then a 486-era processor is definitely feasible in terms of resources and logic. In terms of effort, of course, cloning a 486 would be a lot of work, to say the least! –  Jul 31 '14 at 08:47
  • People do it all the time in a functional sense. You can buy off the shelf gate array hardware and write "software" which implements a processor plus peripherals on it. Download the configuration code to the gate array and a finished device "emerges". Turn off the power and it vanishes until next time. If you want an equivalent that does not need to load to a gate array to run then you can get "foundrys" to turn the result into a finished product for you in various ways at various levels of expense. – Russell McMahon Jul 31 '14 at 09:15

2 Answers2

3

If you're talking about fabricating your own IC like maybe an Intel '386 or '486 processor "without specialized equipment" you can forget it. However, the computer pioneers built the first computers with vacuum tubes, and there's nothing preventing you from buying a boatload of them and wiring them together to duplicate what they did. Or, you could get a bunch of TTL NAND gates and build a processor with them. If you just want to learn about digital logic you don't have to go that far, you could experiment with some simple circuits, then take a course in Verilog or VHDL. At that point you could implement a simple processor in an FPGA rather than wiring together a bunch of discrete gates.

John D
  • 22,677
  • 1
  • 39
  • 56
  • "... there's nothing preventing you from buying a boatload of them ..." Except availability. *runs* – Ignacio Vazquez-Abrams Jul 31 '14 at 00:53
  • They still make them in China and Russia mostly for audio application, but you can buy all you want :) – John D Jul 31 '14 at 02:25
  • Oh, I know you can still get them, I've seen them in surplus stores over here by the hundreds. But getting a hold of 10000 of them will still take some time (and some serious scratch). – Ignacio Vazquez-Abrams Jul 31 '14 at 02:26
  • LOL yes, absolutely, but of course it wasn't a serious suggestion anyway :) Though I know a guy who built a switching power supply with vacuum tubes just to see how it would work. – John D Jul 31 '14 at 02:50
  • There are guys making their own valves. In most cases though, why bother making/developing a new processor or other device when there's so many readily available for very low cost that fit the bill. Joining them together & programming them to your requirement is easily done & commonly done. – John U Jul 31 '14 at 10:14
1

Could someone create something akin to a 1995-2000 time period processor without specialized equipment?

Lol no.

What about slightly earlier, like the "computer pioneers" did?

Still no. The first computer pioneers were government funded, while the personal computer pioneers used commercially available parts to build their own computers. Could you recreate say the Apple Mac (Mac 128k) by hand with the right ICs and wiring? Yes. People have. But its not practical let alone trivial.

There are some experiments in tediousness where simple computers are hand made, but often still use mass produced ICs.

Intel’s fabrication plants can churn out hundreds of thousands of processor chips a day. But what does it take to handcraft a single 8-bit CPU and a computer? Give or take 18 months, about $1,000 and 1,253 pieces of wire.

Steve Chamberlin, a Belmont, California, videogame developer by day, set out on a quest to custom design and build his own 8-bit computer. The homebrew CPU would be called Big Mess of Wires or BMOW. Despite its name, it is a painstakingly created work of art.

Examples in pointless endeavors, for brag points. 4-bit transistor and passives processor.

Passerby
  • 72,580
  • 7
  • 90
  • 202