From 5aa0b640696ced921b034dd4a458c5944841e19d Mon Sep 17 00:00:00 2001 From: awulicja <159160481+awulicja@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:58:51 +0000 Subject: [PATCH] Readme: Remove mentions of x86 support in readme x86 is not supported, so the readme shouldn't claim that it is supported --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 0a4a254a10..2ea98a925d 100644 --- a/Readme.md +++ b/Readme.md @@ -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. FEX is very much work in progress, so expect things to change. @@ -20,11 +20,11 @@ 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 and ARMv8.1+ hardware. +ARMv7 and x86/x86-64 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). +Users **MUST** have an x86-64 RootFS [Creating a RootFS](#RootFS-Generation). ### Navigating the Source See the [Source Outline](docs/SourceOutline.md) for more information. @@ -33,7 +33,7 @@ See the [Source Outline](docs/SourceOutline.md) for more information. Follow the guide on the official FEX-Emu Wiki [here](https://wiki.fex-emu.com/index.php/Development:Setting_up_FEX). ### RootFS generation -AArch64 hosts require a rootfs for running applications. +Hosts require a rootfs for running applications. Follow the guide on the wiki page for seeing how to set up the rootfs from scratch https://wiki.fex-emu.com/index.php/Development:Setting_up_RootFS