diff options
Diffstat (limited to 'faq')
-rw-r--r-- | faq/64-bit.mdwn | 5 | ||||
-rw-r--r-- | faq/how_many_developers.mdwn | 4 | ||||
-rw-r--r-- | faq/xserver-common.mdwn | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/faq/64-bit.mdwn b/faq/64-bit.mdwn index b88c4b20..1c75e1dc 100644 --- a/faq/64-bit.mdwn +++ b/faq/64-bit.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2013, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -16,3 +16,6 @@ There are currently no plan for 64-bit userland, 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. Work on this is currently in branches for GNU Mach. + +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. diff --git a/faq/how_many_developers.mdwn b/faq/how_many_developers.mdwn index 9e079852..a4d4910e 100644 --- a/faq/how_many_developers.mdwn +++ b/faq/how_many_developers.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010, 2011, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2010, 2011, 2013, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -17,7 +17,7 @@ few?"]] # How Many Developers? -One handful works on the core of the system in their free time, and another +Literally only one handful works on the core of the system in their free time, and another handful helps with [[Debian GNU/Hurd|hurd/running/debian]] and [[hurd/running/Arch_Hurd]] packaging. Also, an additional handful of former developers are still available for answering technical questions, but are not diff --git a/faq/xserver-common.mdwn b/faq/xserver-common.mdwn index 777ba025..ea3c9e46 100644 --- a/faq/xserver-common.mdwn +++ b/faq/xserver-common.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2013, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -17,6 +17,6 @@ This happens because currently there is no way to detect console users. On Debian GNU/Hurd systems, you need to run - # dpkg-reconfigure x11-common + # dpkg-reconfigure xserver-xorg-legacy and select `Anybody` for starting X. |