diff options
-rw-r--r-- | faq/64-bit.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/faq/64-bit.mdwn b/faq/64-bit.mdwn index 1a219a6d..aad0e20c 100644 --- a/faq/64-bit.mdwn +++ b/faq/64-bit.mdwn @@ -20,11 +20,11 @@ userland addressing space. A 64-bit GNU/Hurd is also coming soon! Hurd developers ported GNUMach to 64-bit some time ago. Then they started making significant progress 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, only not both at the same -time. However, there is no plan to fix the year 2038 concern on a 32-bit -system. +port works well enough to start all the essential Hurd servers, run +/bin/sh, establish TCP/IP connections, and compile C. We are currently building +64-bit packages. We plan on 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. |