diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-14 21:13:22 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-14 21:13:22 +0100 |
commit | 7cb762b6e691e22c0634f530a7054755ceb93e8f (patch) | |
tree | 74e1de6bd4cd1d9855b1fd8982645ae81f24bfd1 | |
parent | 512f1951ca41ef1a648a3b55d2ae44da059f5415 (diff) |
hurd/challenges: New.
-rw-r--r-- | hurd.mdwn | 2 | ||||
-rw-r--r-- | hurd/challenges.mdwn | 16 |
2 files changed, 17 insertions, 1 deletions
@@ -29,7 +29,7 @@ in the *unstable* branch of the Debian archive. # Introduction * [[What_Is_the_GNU_Hurd]] - A Brief Description -* [[Advantages]] +* [[Advantages]]. And [[challenges]]. * [[History]] * [[history/Port_to_L4]] * [[Logo]] diff --git a/hurd/challenges.mdwn b/hurd/challenges.mdwn new file mode 100644 index 00000000..640b95c9 --- /dev/null +++ b/hurd/challenges.mdwn @@ -0,0 +1,16 @@ +[[!meta copyright="Copyright © 2010 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 +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]]."]]"""]] + +<!-- Should this page, and [[advantages]] be in the top-level directory? --> + +The GNU Hurd has a lot of [[advantages]], but there are challenges, too. + +There is no successful true multi-server [[microkernel]] system for desktop use +yet. Though, they are quite popular in the simpler embedded space. |