View Single Post

   
  #5 (permalink)  
Old 01-12-2008, 06:00 AM
Jim Leonard
 
Posts: n/a
Default Re: i386 Emulator for SPARC

On Oct 26, 1:47 pm, Peter Mairhofer <63832...@gmx.net> wrote:
> Is there a good i386 emulator for Solaris on Sparc? What about the system
> resources? 4GB and 4*400Mhz SPARC enough?


I believe Bochs was ported to Solaris; google for it.

The memory is fine but the CPUs will kill you. Your single-threaded
apps (like the emulator) will only run at 400MHz and the performance
will be unacceptable (especially since Bochs is a full-on emulator and
not just virtualization like VMWare).

Reply With Quote