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.
This commit is contained in:
Andreas Kling 2021-08-15 13:02:48 +02:00
parent 5416fa252a
commit afcd053b68
Notes: sideshowbarker 2024-07-18 05:40:00 +09:00

View file

@ -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?