diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-15 13:02:48 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-15 13:02:48 +0200 |
commit | afcd053b68e529cfb25c19ffe2726f6337e01aa8 (patch) | |
tree | 8d11095edda81049b3964d2e4c3bdd7c4cc15416 /Documentation | |
parent | 5416fa252a0399af7f5cf420716907b6dd3f4b16 (diff) | |
download | serenity-afcd053b68e529cfb25c19ffe2726f6337e01aa8.zip |
Documentation: Amend FAQ about the system being 32-bit only
People still ask about this all the time, so let's keep the question but
amend it with the fact that we now have 64-bit support as well.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md index dc056ffc5b..c35f97eb04 100644 --- a/Documentation/FAQ.md +++ b/Documentation/FAQ.md @@ -14,7 +14,7 @@ There are no ISO images. This project does not cater to non-technical users. ## Why is the system 32-bit? -That's what Andreas was most familiar with when starting out. There's some interest in supporting 64-bit systems and that will eventually happen, but it's just another feature. +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) ## I did a `git pull` and now the build is broken! What do I do? |