CPU Emulation

2005-06-07 Thread Robert Lunnon
Has any consideration been given to hooking a CPU emulation into wine to allow non x86 derivative CPUs execute native Windows binaries. For example it aught to be possible to hook qmu into the wine loader. Would this make a good Google Summer of Code project ? Wine could become Wine Is Now

Re: CPU Emulation

2005-06-07 Thread Andreas Mohr
Hi, On Tue, Jun 07, 2005 at 10:54:14PM +1000, Robert Lunnon wrote: Has any consideration been given to hooking a CPU emulation into wine to allow non x86 derivative CPUs execute native Windows binaries. For example it aught to be possible to hook qmu into the wine loader. Would this make

Re: CPU Emulation

2005-06-07 Thread Shachar Shemesh
Andreas Mohr wrote: Hmm, probably yes, since the whole Win32 API part would be done natively, but there's still the whole x86 program part remaining for translation. We've been through that one once already. You'de end up with horrific endianity problems. Shachar -- Shachar

Re: CPU Emulation

2005-06-07 Thread Jakob Eriksson
Andreas Mohr wrote: Hi, On Tue, Jun 07, 2005 at 10:54:14PM +1000, Robert Lunnon wrote: Has any consideration been given to hooking a CPU emulation into wine to allow non x86 derivative CPUs execute native Windows binaries. For example it aught to be possible to hook qmu into the wine