Slashdot Mirror


LinuxPPC64 Contest

Robert MacFarlan writes: "IBM is sponsoring a Open Source developer contest for their Linux on POWER (Linux PPC 64) effort. The contest is designed to award and showcase innovative new open source applications that are designed or optimized specifically for Linux running on the PPC architecture. The contest also awards ports of existing applications from a predetermined list. Contest prizes include Segway HTs, Apple Power Mac G5s, and cash awards. "

1 of 184 comments (clear)

  1. Re:Porting wine? by QuantumG · · Score: 5, Interesting

    I can do this already. We did a little experiment last year. Using the open source decompiler Boomerang you can turn a windows exe into C code. You can then simply recompile that source code on any platform using winelib including non-x86 platforms like PPC. Of course, you then have to test the app and ensure that it still works, which takes a fair bit of effort as winelib isn't exactly that portable and Boomerang isn't that mature just yet. But it is possible, and it's truely the highest performance way to "run win32 apps on PPC".

    --
    How we know is more important than what we know.