summaryrefslogtreecommitdiff
path: root/Mach/GNUMachRevivalProject.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Mach/GNUMachRevivalProject.mdwn')
-rw-r--r--Mach/GNUMachRevivalProject.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mach/GNUMachRevivalProject.mdwn b/Mach/GNUMachRevivalProject.mdwn
index 75307959..2c188096 100644
--- a/Mach/GNUMachRevivalProject.mdwn
+++ b/Mach/GNUMachRevivalProject.mdwn
@@ -1,6 +1,6 @@
## <a name="GNU_Mach_Revival_Project"> </a> GNU Mach Revival Project
-This page is a place to keep track of all those things that we need to improve in GNU Mach, so that it is a reliable both in terms of stability and performance. If you find anything missing here, please feel free to add a entry with a short description.
+This page is a place to keep track of all those things that we need to improve in GNU Mach, so that it is a reliable microkernel for The Hurd, both in terms of stability and performance. If you find anything missing here, please feel free to add a entry with a short description.
If you want to help with any of the task (thanks!), please send a mail to the mailing list <http://www.gnu.org/software/hurd/help.html#TOCmail> stating what task you wish to work on, so that no duplicate efforts end up.
@@ -18,7 +18,7 @@ If you want to help with any of the task (thanks!), please send a mail to the ma
* Once we have decided what the new internal API should look like, make a list of the new API and the old one, and try to make things as compatible as possible, but not at the expense of anything.
* Implement Migrating Threads. (Assigned to: _We need **YOU** here!_)
- * Migrating Threads (MT) could improve IPC performance and making easier the work of the scheduler. For more.
+ * Migrating Threads (MT) could improve IPC performance and making easier the work of the scheduler. For more information, check this <http://www.usenix.org/publications/library/proceedings/sf94/ford.html>
* Improve the external pagers interface. (Assigned to: _We need **YOU** here!_)
* Making this interface synchronous should improve I/O performance significantly, without (almost) any drawbacks (we also get some advantage from MT's).