diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-25 11:13:06 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-25 11:13:06 +0100 |
commit | 31a442c4b59c41eb6aa15b6a66af93955b302c62 (patch) | |
tree | 96c6f8b5286accb63db68dd738b085f8c1505057 | |
parent | 9b7980c918a324f1f624df832f2080d514ea979c (diff) | |
parent | 7cb762b6e691e22c0634f530a7054755ceb93e8f (diff) |
Merge branch 'challenges'
-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. |