Quote:
|
no way , there is not even a 64bit version for amd64 cpu.
|
wine, which cedega is a commercial ripoff of, has 64bit support. it essentially works by building two wine versions - one for 32bit platform in 32bit environment (which most 64bit users have installed in their systems), and one for 64bit windows executables (there are not many of them, but they exist nevertheless).
it's not possible to have cedega/wine running on non-x86 architecture (like cell). why? because it works by
- providing a mechanism to load windows executables (PE loader)
- provides free (open source) implementation of windows libraries
- provides a mechanism of redirecting windows system calls to its libraries
the problem is - windows executables are still compiled for x86 architecture. and nothing can change that. you would need to emulate the pc hardware to have them work, which is something that's not the focus of wine/cedega.
Quote:
|
there are still no linux drivers for the RSX
|
not true. nouveau project gotten some bits to work, but sony's 2.10 firmware updates locked down rsx access even more in 2.10 firmware. [
http://nouveau.freedesktop.org/wiki/...ad50bdb6221e2b ]
i guess it's a matter of time when custom ps3 firmware will surface and it will disable the hypervisor. because it's not likely that sony will change their mind.