diff options
author | IkiWiki <ikiwiki.info> | 2019-01-26 10:07:11 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-01-26 21:42:45 +0100 |
commit | 6cd285349fab3d5042c72039b752a537d920d9b2 (patch) | |
tree | 7e344f3dcd88bac42f8238effa2eb31833bb38ae /hurd | |
parent | a9d8906c6a341742a5ec686d78d4fe66e9cfd58b (diff) |
I added a few paragraphs to the GNU System page.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/gnu.mdwn | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/hurd/running/gnu.mdwn b/hurd/running/gnu.mdwn index accba6b7..69a3210a 100644 --- a/hurd/running/gnu.mdwn +++ b/hurd/running/gnu.mdwn @@ -5,8 +5,26 @@ complete [[Unix]]-like operating system composed entirely of [free software](http://www.gnu.org/philosophy/free-sw.html). The creation of the GNU System is one of the goals of the [GNU Project](http://www.gnu.org/), which was [launched in 1983](http://www.gnu.org/gnu/initial-announcement.html) by -[Richard Stallman](http://www.stallman.org/). +[Richard Stallman](http://www.stallman.org/). It has many ambitious goals that +the GNU/Hurd intends to address. +These goals include increased security through the [[principle of least +privilege|https://en.wikipedia.org/wiki/Principle%5Fof%5Fleast%5Fprivilege]], an +[[extensible system|extensibility]], conformation to open operating standards +including [[POSIX|https://en.wikipedia.org/wiki/POSIX]], modularity, and +respecting user freedom. Many of these goals are things that the GNU/Hurd can +resolve, however the GNU/Hurd is not the most stable operating system yet. + +If you are looking for a production ready GNU system, then Debian GNU/Hurd may +not be the best choice for you. Debian GNU/Hurd currently lacks 64-bit support, +many device drivers, sound support, SMP, and a few other essential bits that +provide a flexible operating system. + +However, [[gnu.org|https://www.gnu.org/distros/free-distros.html]] maintains a +list of freedom respecting and production ready GNU/Linux systems. One of the +most promising of these is [[guixSD|https://www.gnu.org/software/guix/]], which +is the GNU Guix System Distribution, which eventually plans to support the GNU +Hurd as the kernel! ## Resources |