diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-28 12:02:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-28 12:02:14 +0200 |
commit | 3e0bf6679065a4f055458ac1eaa2ef6d1fb69972 (patch) | |
tree | 2bfbb3386d0289ab34c5cf562a96da125d0b6035 /faq | |
parent | bce061d1e4dd16133b34cf6e8b1b636d2bcfbe99 (diff) |
not both 32 and 64bit at the same time
Diffstat (limited to 'faq')
-rw-r--r-- | faq/64-bit.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/faq/64-bit.mdwn b/faq/64-bit.mdwn index 6cbcacd6..1a219a6d 100644 --- a/faq/64-bit.mdwn +++ b/faq/64-bit.mdwn @@ -22,8 +22,9 @@ A 64-bit GNU/Hurd is also coming soon! Hurd developers ported GNUMach to on the x86_64 userland port in Feb 2023. As of May 2023, the 64-bit port works well enough to start all the essential Hurd servers and run /bin/sh. We are currently building 64-bit packages. We plan on -supporting both a 32-bit and 64-bit Debian GNU/Hurd. However, there -is no plan to fix the year 2038 concern on a 32-bit system. +supporting both a 32-bit and 64-bit Debian GNU/Hurd, only not both at the same +time. However, there is no plan to fix the year 2038 concern on a 32-bit +system. That being said, you can always run a 32-bit version on a 64-bit machine, it just works, processes are just limited to a couple GiB available memory. |