diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-05 08:45:44 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-05 08:45:44 +0200 |
commit | 5c98ba7fdf5e4e4b1586b0c9c760f0329ef6aabd (patch) | |
tree | 44ee7758f57091744df5e910f32d758fdde12956 /index.mdwn | |
parent | 49a4a4c81e1c85d88dc6185b84a0ca4f12d37a1d (diff) | |
download | web-5c98ba7fdf5e4e4b1586b0c9c760f0329ef6aabd.tar.gz web-5c98ba7fdf5e4e4b1586b0c9c760f0329ef6aabd.tar.bz2 web-5c98ba7fdf5e4e4b1586b0c9c760f0329ef6aabd.zip |
Added the mission statement.
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -9,12 +9,26 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -**What Is the GNU Hurd?** +<table><tr> +<th>What Is the GNU Hurd?</th> +<th>What is the mission of the Hurd project?</th> +</tr><tr> +<tr><td id="what-is"> The GNU Hurd is the GNU project's replacement for the Unix kernel. -The Hurd is a collection of servers that run on the Mach microkernel +It is a collection of servers that run on the Mach microkernel to implement file systems, network protocols, file access control, and other features that are implemented by the Unix kernel or similar -kernels (such as Linux). *[[More_detailed.|hurd/what_is_the_gnu_hurd]]* +kernels (such as Linux). +<em>[[More_detailed|hurd/what_is_the_gnu_hurd]].</em> +</td> +<td id="mission"> +Our mission is to create a free general-purpose kernel suitable +for the GNU operating system, which is viable for everyday use, +and gives users and programs as much control over their +computing environment as possible. +<em>[[Our mission explained|community/weblogs/antrik/hurd-mission-statement]].</em> +</td></tr> +</table> --- |