Difference between revisions of "Porting/Wine"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
== Initial patches == | == Initial patches == | ||
Monolithic (will be split when closer to merge): | Monolithic (will be split when closer to merge): | ||
+ | * https://wiki.raptorcs.com/wiki/File:Wine_initial_ppc64_build_fixes.patch |
Revision as of 01:39, 23 February 2019
Contents
Why?
One word: winelib! There are several large open source projects that, for one reason or another, targeted Windows at their genesis. Many of these projects are quite old, well established, and would take many man-centuries of work to rewrite for native Linux systems. Enabling wine on ppc64 gets us a cheap way to allow these projects to run (when built from source) on ppc64 systems via winelib.
Status
Initial compilation hurdles fixed. Wine builds and installs but the old 32-bit ppc thunking is incompatible with the new 64-bit systems, and crashes immediately on start.
To-Do
- Update thunking in tools/winebuild/import.c for ppc64 systems
- Update register save/restore in winedbg for ppc64
- ???
Initial patches
Monolithic (will be split when closer to merge):