Tuesday, December 18, 2007

playing with simh: aka fascinated with computer history

After reading "Fire In The Valley". I wanted to see how an Altair work. Since I am not rich, so I can't get my hand on an Altair. The next best thing is an emulator. Such an emulator exist for quite sometime, and more importantly it's open source, and available on Ubuntu.

Simh is not just an emulator, it's actually a set of emulator, that emulate a number of ancient machine, that I wanted to get a hand on. Such as a PDP-11, which is used to run the first UNIX.

And to install it on ubuntu is again a matter of
sudo apt-get install simh
What make it interesting is that, each machine emulated is represented as an executable, so calling an emulator, is a matter of calling the right program, for example, running an altair is a matter, of running the program, altair on linux, altair.exe on windows.

And there is a windows version too. One reminder, it only provide the emulator not the os and program.

http://simh.trailing-edge.com/

The links provide the emulator, source code, and windows executable.

There is links to the program that are needed to make the emulator useful

No comments:

Post a Comment