diff options
-rw-r--r-- | contributing.mdwn | 5 | ||||
-rw-r--r-- | hurd/contributing.mdwn | 26 |
2 files changed, 5 insertions, 26 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index acd977ea..bad6463f 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -57,6 +57,11 @@ on the skills you have and the resources you intend to invest. Please spend some time with thinking about the items in this [[questionnaire]]. +Before you can significantly contribute, take some time to learn about the +system, e.g., [[microkernels_for_beginners|microkernel/for_beginners]]. Until +you can do the basic exercises listed there, you won't be able to significantly +contribute to the Hurd. + For more reading resources, please see this whole wiki, and also <http://www.gnu.org/software/hurd/devel.html>, <http://www.gnu.org/software/hurd/docs.html> for links to a bunch of documents, diff --git a/hurd/contributing.mdwn b/hurd/contributing.mdwn deleted file mode 100644 index b81f1c60..00000000 --- a/hurd/contributing.mdwn +++ /dev/null @@ -1,26 +0,0 @@ -[[meta copyright="Copyright © 2007, 2008 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]]."]]"""]] - -# Hurd Proper - -If you are interested in developping the Hurd proper, there is -plenty of work to do. Before you can significantly contribute, -take some time to learn about the system, e.g., -[[microkernels_for_beginners|microkernel/for_beginners]]. Until you can do the basic exercises -listed there, you won't be able to significantly contribute to -the Hurd. - -See the [[ToDo]]. - -# GNU Mach - -[[GNU_Mach|microkernel/mach/gnumach]] is the underlying microkernel used by the -Hurd. It has a number of deficencies; -[[microkernel/mach/gnumach/projects]]. |