The Machine Emulator: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
New page: The Machine Emulator (tme), like simh, provides a general purpose emulation framework. In particular, it has support for Motorola 68k and SPARC processors, with associated har...
 
No edit summary
 
Line 1: Line 1:
The Machine Emulator (tme), like [[simh]], provides a general purpose emulation framework.  In particular, it has support for [[Motorola 68k]] and [[SPARC]] processors, with associated hardware as in [[Sun-2]], [[Sun-3]] and [[Sun-4]] series computers.  It can run NetBSD and SunOS for Sun-2 and Sun-3 machines.
The Machine Emulator (tme), like [[simh]], provides a general purpose emulation framework.  In particular, it has support for [[Motorola 68k]] and [[SPARC]] processors, with associated hardware as in [[Sun-2]], [[Sun-3]] and [[Sun-4]] series computers.  It can run NetBSD and SunOS for Sun-2 and Sun-3 machines.


It seems to be very hard to get to run except on a NetBSD host, so you may end up running it inside emulation.  You might want to look into [[QEMU]] to emulate a nice x86 host environment for this.
It seems to be very hard to get to run except on a NetBSD host, so you may end up running it inside emulation.  You might want to look into [[Qemu]] to emulate a nice x86 host environment for this.


== See Also ==
== See Also ==

Latest revision as of 13:49, 8 September 2009

The Machine Emulator (tme), like simh, provides a general purpose emulation framework. In particular, it has support for Motorola 68k and SPARC processors, with associated hardware as in Sun-2, Sun-3 and Sun-4 series computers. It can run NetBSD and SunOS for Sun-2 and Sun-3 machines.

It seems to be very hard to get to run except on a NetBSD host, so you may end up running it inside emulation. You might want to look into Qemu to emulate a nice x86 host environment for this.

See Also