diff options
author | gnucode <gnucode@web> | 2025-04-25 18:53:46 +0200 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2025-04-25 18:53:46 +0200 |
commit | 11fe3bc6fd48c20f71906fef94d2246a12cdea03 (patch) | |
tree | bedcf838193f43da8615936f89116c52b233ce28 | |
parent | 0fb5505f1434a65414808179d9a7b5e6297c926c (diff) |
I mentioned that hurd-console fails to start, which means that users cannot use X.
-rw-r--r-- | faq/64-bit.mdwn | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/faq/64-bit.mdwn b/faq/64-bit.mdwn index a41d215d..ae25b500 100644 --- a/faq/64-bit.mdwn +++ b/faq/64-bit.mdwn @@ -19,17 +19,19 @@ userland addressing space. A 64-bit GNU/Hurd is also coming soon, progress is tracked on [[open_issues/64-bit_port]]! -Hurd developers ported GNUMach to +Hurd developers ported GNU Mach to 64-bit some time ago. Then they started making significant progress -on the x86_64 userland port in Feb 2023. As of September 2024, the +on the x86_64 userland port in Feb 2023. As of April 2025, the Debian hurd-amd64 port works just like the hurd-i386, except for missing packages and more [[bugs|https://lists.gnu.org/archive/html/bug-hurd/2024-07/msg00058.html]], -namely swapping issues with rumpdisk and deadlocking issues with -libdiskfs/ext2fs. 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. +namely swapping issues with rumpdisk, deadlocking issues with +libdiskfs/ext2fs, and the hurd-console fails to start, which means that +you cannot use X. + +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. |