Skip to content

Commit

Permalink
Merge pull request FEX-Emu#3608 from Sonicadvance1/readme_remove_x86
Browse files Browse the repository at this point in the history
Readme: Remove misleading text about x86 hosts being supported
  • Loading branch information
lioncash authored May 3, 2024
2 parents f70aafb + 789a9f1 commit eddb7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# FEX - Fast x86 emulation frontend
FEX allows you to run x86 and x86-64 binaries on an AArch64 host, similar to qemu-user and box86.
It has native support for a rootfs overlay, so you don't need to chroot, as well as some thunklibs so it can forward things like GL to the host.
FEX presents a Linux 5.0 interface to the guest, and supports both AArch64 and x86-64 as hosts.
FEX presents a Linux 5.0+ interface to the guest, and supports only AArch64 as a host.
FEX is very much work in progress, so expect things to change.


Expand All @@ -20,8 +20,8 @@ Ubuntu PPA is updated with our monthly releases.
Please see [Building FEX](#building-fex).

## Getting Started
FEX has been tested to build and run on ARMv8.0, ARMv8.1+, and x86-64(AVX or newer) hardware.
ARMv7 and older x86 hardware will not work.
FEX has been tested to build and run on ARMv8.0+ hardware.
ARMv7 hardware will not work.
Expected operating system usage is Linux. FEX has been tested with Ubuntu 20.04, 20.10, and 21.04. Also Arch Linux.

On AArch64 hosts the user **MUST** have an x86-64 RootFS [Creating a RootFS](#RootFS-Generation).
Expand Down

0 comments on commit eddb7d1

Please sign in to comment.