Difference between revisions of "Porting/FEX-Emu"

From RCS Wiki
Jump to navigation Jump to search
(See also QEMU)
(ppc64le support)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[https://fex-emu.org/ FEX-Emu] developers seem open to the possibility of supporting architectures besides x86/ARM, e.g. they have a [https://github.com/FEX-Emu/FEX/pull/1640 WIP RISC-V port].  No issue is yet open for ppc64le support.
+
[https://fex-emu.org/ FEX-Emu] developers seem open to the possibility of supporting architectures besides x86/ARM, e.g. they have a [https://github.com/FEX-Emu/FEX/pull/1640 WIP RISC-V port].
  
 
= In progress =
 
= In progress =
Line 5: Line 5:
 
* [https://github.com/FEX-Emu/FEX/issues/1650 [Apple M1/Asahi Linux&#93; <jemalloc>: Unsupported system page size]
 
* [https://github.com/FEX-Emu/FEX/issues/1650 [Apple M1/Asahi Linux&#93; <jemalloc>: Unsupported system page size]
 
** Also see [https://github.com/FEX-Emu/FEX/issues/1221 Throw an error when compiling and running on a non-4k page host]
 
** Also see [https://github.com/FEX-Emu/FEX/issues/1221 Throw an error when compiling and running on a non-4k page host]
 +
* [https://github.com/FEX-Emu/FEX/issues/1921 4k page emulation]
 +
* [https://github.com/FEX-Emu/FEX/issues/2409 ppc64le support]
  
 
= See Also =
 
= See Also =

Latest revision as of 14:40, 15 February 2023

FEX-Emu developers seem open to the possibility of supporting architectures besides x86/ARM, e.g. they have a WIP RISC-V port.

In progress

See Also