summaryrefslogtreecommitdiff
path: root/hurd.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd.mdwn')
-rw-r--r--hurd.mdwn20
1 files changed, 12 insertions, 8 deletions
diff --git a/hurd.mdwn b/hurd.mdwn
index ec60601c..c5627e29 100644
--- a/hurd.mdwn
+++ b/hurd.mdwn
@@ -1,13 +1,13 @@
-[[meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+2009, 2010 Free Software Foundation, Inc."]]
-[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
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]]."]]"""]]
+[[GNU Free Documentation License|/fdl]]."]]"""]]
The GNU Hurd is under active development. Because of that, there is no
*stable* version. We distribute the Hurd sources only through CVS at present.
@@ -24,7 +24,7 @@ in the *unstable* branch of the Debian archive.
---
-[[toc ]]
+[[!toc]]
# Introduction
@@ -48,7 +48,7 @@ in the *unstable* branch of the Debian archive.
* [[Documentation]]
* [Gaël Le Mignot](http://kilobug.free.fr/hurd/pres-en/slides/slides.html)
* Architecture
- * [[Towards_a_New_Strategy_of_OS_Design|documentation/hurd-paper]] by Thomas Bushnell, BSG.
+ * [[Towards_a_New_Strategy_of_OS_Design|hurd-paper]] by Thomas Bushnell, BSG.
* Marcus Brinkmann's [revisit](http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00651.html)
* Jonathan S. Shapiro [comments](http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00654.html)
* [[Critique]] - Analysis
@@ -61,6 +61,7 @@ in the *unstable* branch of the Debian archive.
* [[running/Distrib]] -- Distributions
* [[Public_Hurd_Boxen]]
* [[Neighborhurd]]s and [[Subhurd]]s
+* [[DDE]] -- Device Driver Environment
## Common Problems
@@ -73,12 +74,11 @@ in the *unstable* branch of the Debian archive.
# Contributing
* [[Contributing]]
-* [[ToDo]]
* [[Building]]
* [[building/Cross-Compiling]]
-* [[Open_Issues]]
+* [[Open Issues|tag/open_issue_hurd]]
# Developer References
@@ -86,14 +86,18 @@ in the *unstable* branch of the Debian archive.
* [[Trackers]]
* [[Toolchain]]
* [[glibc]]
+* RPC [[Interface]]s
* Libraries
* [[libpager]]
+ * [[libports]]
* [[libstore]]
* [[libchannel]]
* [[libhello_example]] -- Hurd library example
+ * [[libtrivfs]]
* [[libnetfs]] -- short introductory material
* [[libihash]]
* [[IO_Path]]
+* [[Porting]]
* [[Debugging]]
* [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code.
* [[Networking]]