diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2004-08-09 14:06:46 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2004-08-09 14:06:46 +0000 |
commit | cd9c3a6f781d2347790c5113b3c1f061fe207c14 (patch) | |
tree | f3eba23018f72d90cc2f3b9e5be7ce5ea263626a /Hurd | |
parent | 45235bf11a493a141cf726b35d2aa1fe3a9f1815 (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/HurdOnL4.mdwn | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Hurd/HurdOnL4.mdwn b/Hurd/HurdOnL4.mdwn index 6a0dcaae..5948ac2c 100644 --- a/Hurd/HurdOnL4.mdwn +++ b/Hurd/HurdOnL4.mdwn @@ -1,4 +1,8 @@ -# <a name="GNU_Hurd_on_L4_wiki"> </a> GNU/Hurd on L4 wiki +# <a name="GNU_Hurd_on_L4_wiki"> GNU/Hurd on L4 wiki </a> + +#### <a name="Table_Of_Content"> Table Of Content </a> + +%TOC% ## <a name="Introduction"> Introduction </a> @@ -18,7 +22,7 @@ The [Hurd](http://www.gnu.org/software/hurd/hurd.html) is a conglomeration of se For a typical user, The Hurd is intended to silently work in the background providing the services and infrastructure which are lacking in the microkernel but are required for higher level programs and libraries to operate. -### <a name="GNU_Programs"> </a> GNU Programs +### <a name="GNU_Programs"> GNU Programs </a> For the user, this is what is desired: to run [GNU Software](http://www.gnu.org/). These programs provide a full featured, robust, and extremely effective operating system. A L4/Hurd system should be capable of compiling and executing most any software package available from GNU with little or no modification. @@ -97,7 +101,7 @@ Note: I have my installation set up in `/l4hurd` and I am starting from within t Hopefully everything worked and there were no problems. As usual, if the build fails then scrutinize the output from `configure` and install any missing libraries or development packages. -### <a name="CVS_l4hurd"> </a> CVS l4hurd +### <a name="CVS_l4hurd"> CVS l4hurd </a> #### <a name="Getting_the_sources"> Getting the sources </a> |