From b42a07fc27ad3ca7811b1e858f90e9f2da96cc7d Mon Sep 17 00:00:00 2001 From: Alberto Souza <peer_64x@protonmail.com> Date: Thu, 9 Feb 2023 19:50:58 +0000 Subject: [PATCH] Improve explanation of i686 support. --- content/faq.en.md | 2 +- content/faq.pt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq.en.md b/content/faq.en.md index 682d9e57..a192fcbd 100644 --- a/content/faq.en.md +++ b/content/faq.en.md @@ -126,7 +126,7 @@ A [hypervisor] is a software that manage virtual machines, it can be a "compatib ### CPU - [x86_64/AMD64] - (Intel/AMD) -- [x86/i686] - (Intel/AMD, incomplete) +- [x86/i686] - (Intel/AMD from Pentium II and after, incomplete) - [ARM64] - (WIP, incomplete) [x86_64/AMD64]: https://gitlab.redox-os.org/redox-os/kernel/-/tree/master/src/arch/x86_64 diff --git a/content/faq.pt.md b/content/faq.pt.md index 09e0ee93..d9dd871d 100644 --- a/content/faq.pt.md +++ b/content/faq.pt.md @@ -126,7 +126,7 @@ Um [supervisor] é um software the gerencia máquinas virtuais, ele pode ser uma ### CPU - [x86_64/AMD64] - (Intel/AMD) -- [x86/i686] - (Intel/AMD, incompleto) +- [x86/i686] - (Intel/AMD a partir do Pentium II e após, incompleto) - [ARM64] - (incompleto) [x86_64/AMD64]: https://gitlab.redox-os.org/redox-os/kernel/-/tree/master/src/arch/x86_64 -- GitLab