Christopher from Randomvariations.com sold his OSI-300 replica at the VCF Midwest last month. It's a faithful reproduction of the first computer from OSI. Blinkenlights for $20!


A quick introduction to the machine is here. Or read the whole manual here. But in a nutshell: a 6502 with SRAM and a front panel on a board that's the size of two packs of cigarettes. It does have an I/O pin, but no ROM. Nor anything else.

The original from 1977

In the 70s, this type of 'trainer computer' was a great way to learn about programming a CPU, and figuring out its hardware setup. Once you understand the trainer, you're pretty much good to build your own computer with a few added luxuries like a ROM, or a terminal. Not that you really need them, of course, but such things are nice to have.

But on the OSI-300, you lead the Spartan lifestyle. Look up the binary code for an instruction, toggle it in on the front panel, and after you're done with your 20 byte program, you run it. Afterwards, check for the binary output it left for you in some memory addresses.

What's the point for us in 2015? IMHO, there is a huge point to this little kit. Probably not as the future of computing, but perhaps for the evolution of Vintage Computing as a hobby. Let me explain why I love this little board...

The Vintage Computing hobby has matured. Most of us have a nice collection of machines. After all, old computers are not expensive and generally speaking, they are not exactly Super-Rare, despite what eBay tells us. So collecting has evolved into (ouch) hoarding for quite a few of us nerds. And although adding a 143rd computer to the hoard is still satisfying - you never know when you may need another project - it's not going to learn you much that you did not know before.

The manual can be downloaded from osiweb.org
But the OSI-300 will. As close to the silicon as you can get, it makes it immediately clear how a microcomputer really works. You see the address lines, the 8 bits stored in that address, and you learn about the 6502 instructions you can put there. Half an hour with the schematic, and the mystery of computer hardware is taken away. Not that hard: address lines, data lines, clock ticks to pace the CPU. But the OSI-300 uses some hardware tricks that even experienced hacks will find intriguing: tristate the 6502 by just taking the power off the buffer ICs? No need for a crystal to drive the clock?

It also has hacking potential, certainly because the replica has 8K of RAM, rather than 128 bytes. This is a board simple enough to wire up an EPROM (in a ZIF socket) and see how far you get with porting some monitor program onto it. Bitbang the 6502 to drive a terminal. Why not, learn a lot?

So rather than cram one more Apple IIc into the hoard, spend an afternoon building and learning. If you understand the OSI-300, you're well on your way to build your own 6502 computer. In fact, maybe this kit should be handed out to budding Computer Science students, before they proceed to use gigabyte Java libraries to calculate the result of 1+1. As they do these days...







6

View comments

Loading