summaryrefslogtreecommitdiff
path: root/Documentation/FAQ.md
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-10-04 03:32:37 +0300
committerAndreas Kling <kling@serenityos.org>2022-12-28 11:53:41 +0100
commit8c9128f36dbe1d7b19c768761ae015788d36efe5 (patch)
tree634bc424082aa2e6f66eba97c34353ac2e85c566 /Documentation/FAQ.md
parentfeeb25bcee42b1d9a383fdf281a00ab2caa0bcc6 (diff)
downloadserenity-8c9128f36dbe1d7b19c768761ae015788d36efe5.zip
Documentation: Remove i686 support
Diffstat (limited to 'Documentation/FAQ.md')
-rw-r--r--Documentation/FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md
index f06183cf28..e231e84e7d 100644
--- a/Documentation/FAQ.md
+++ b/Documentation/FAQ.md
@@ -16,9 +16,9 @@ There are no ISO images. This project does not cater to non-technical users.
Simple, my friend! Just refer to the [build instructions](BuildInstructions.md).
-## Why is the system 32-bit?
+## Why is the system 64-bit only?
-The system was originally 32-bit only, since that's what Andreas was most familiar with when starting out. Nowadays, there is a 64-bit port as well (Intel/AMD x86\_64)
+The system was originally 32-bit only, since that's what Andreas was most familiar with when starting out. Nowadays, we only support 64-bit CPUs (Intel/AMD x86\_64).
## I did a `git pull` and now the build is broken! What do I do?