Yokemate of Keyboards
Posts: 12150 from 2003/5/22
From: Germany
> What about this: http://www.kju-app.org/
This is
QEMU, which is a CPU emulator. In order to transparently run Win32/x86 executables on MorphOS/PPC we'd need a combination of a CPU emulator like QEMU and an API wrapper like WINE (only tailored for MorphOS API instead of Unix API as target).
Btw, something like this (WINE + QEMU) was once in the plans for OSX/PPC:
http://en.wikipedia.org/wiki/Darwine
http://darwine.sourceforge.net
...and it's apparently already working on Linux/ARM(64):
http://wiki.winehq.org/ARM
http://wiki.winehq.org/ARM64
> I remember was slow on OSX but MorphOS is so light os ;)
CPU emulation under MorphOS isn't any faster than under any other OS on the same hardware. So for full system virtualization (including CPU emulation) the host OS shouldn't make a difference regarding speed, as opposed to transparently running executables through an API wrapper.