CPUnltd
Active Member
thought this would be good to discuss in general...
http://wiki.winehq.org/ARM
http://wiki.winehq.org/ARM
Well WINE for x86 supports DirectX calls, so if there's a complete port there's no reason it couldn't?Pleng said:From what I can see it's mainly designed to COMPILE Windows apps from source. I don't know if this stretches as far as apps which use directX?
Do not just discard the whole QEMU idea right away...Windows apps are mostly compiled for x86 and they won't run on ARM with bare Wine, so this is not our motivation. The main goal of porting Wine to ARM is to be able to compile it and run winelib-apps. There are also other possible goals, but they need some more brainstorming:
- use the finished port as a base for something like a WineMobile, which might be able to run PocketPC/WinCE/WinMob apps. Actual Problem is that all CE apps come along without relocation table, so they should be loaded at their baseaddress or we have to do some relocation magic.
- run the assembler parts of x86 in qemu and call function in Wine compiled for ARM, which might speed up some things (darwine tried that before, but they stopped because the byteswapping (big endian <-> little endian) was too much work, but ARM is mostly little endian, so we have a chance if everything works fine with packed structures. I already gathered some information how darwine tried to do it)
Drack said:Don't get too excited. This project allows for compiling open source windows apps for ARM Linux without porting them to run on Linux natively.
What this means for the Pandora:
-You still can't run .exes and closed source windows apps.
-This project could allow you to run open source windows apps like Winamp and putty.
typs lik dis said:Drack said:Don't get too excited. This project allows for compiling open source windows apps for ARM Linux without porting them to run on Linux natively.
What this means for the Pandora:
-You still can't run .exes and closed source windows apps.
-This project could allow you to run open source windows apps like Winamp and putty.
Winamp is open-source? I thought it cost money.