diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2023-05-17 09:53:01 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-17 19:18:04 +0200 |
commit | ac408ec86834ec6859f06099707da99d1d760317 (patch) | |
tree | 1c174b7d3bbd2021b5e4a2e5f1d4f7621a75a68b /faq | |
parent | 29022553fcf90f0002348721c665087d04da4004 (diff) | |
download | web-ac408ec86834ec6859f06099707da99d1d760317.tar.gz web-ac408ec86834ec6859f06099707da99d1d760317.tar.bz2 web-ac408ec86834ec6859f06099707da99d1d760317.zip |
faq/64-bit.mdwn: added up to date 64-bit porting info
Message-Id: <20230517135301.3642-1-jbranso@dismail.de>
Diffstat (limited to 'faq')
-rw-r--r-- | faq/64-bit.mdwn | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/faq/64-bit.mdwn b/faq/64-bit.mdwn index 2e1278cb..6cbcacd6 100644 --- a/faq/64-bit.mdwn +++ b/faq/64-bit.mdwn @@ -13,11 +13,18 @@ License|/fdl]]."]]"""]] [[!meta title="Is there a 64-bit version?"]] -There are currently no plan for 64-bit userland for the short term, but there -are plans for 64-bit kernelland with 32-bit userland, which will notably permit -to efficiently make use of more than 2 GiB memory and provide 4 GiB userland -addressing space. The kernel support was merged into GNU Mach, the currently -missing bit is the 32/64 mig translation for kernel RPCs. +There are plans for 64-bit kernelland with 32-bit userland, which will notably +permit to efficiently make use of more than 2 GiB memory and provide 4 GiB +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. 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. + |