diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-07-14 17:39:12 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-07-14 17:39:12 +0200 |
commit | 1bfda7ba08f7e941d9f7f28f83268b05362faaa9 (patch) | |
tree | 8807ab4c5d691d2ee403335a0a7313b614f74183 | |
parent | b8532342d74521e43748548864dc903672008921 (diff) |
hurd/faq/l4: Split out of faq.en.in.
-rw-r--r-- | faq.en.in | 16 | ||||
-rw-r--r-- | hurd/faq/l4.mdwn | 24 |
2 files changed, 24 insertions, 16 deletions
@@ -53,22 +53,6 @@ http://savannah.gnu.org/bugs/?group=hurd. - <hurd>/tasks - <hurd>/TODO -?? Why is there no information on the official website - about the Hurd port to L4 (Hurd/L4)? - -{OK} There is an ongoing effort to port the Hurd to the L4 microkernel -family. This will take time and the port is not in a releasable state --- this is why there is no information about the L4 port on the -website for the Hurd project <http://www.gnu.org/software/hurd> other -than this FAQ entry. - -The development of Hurd/L4 is being done in the `hurd-l4' module of -the Hurd CVS repository. The `doc' directory contains a design -document that is worth reading for anyone who wishes to learn more -about Hurd/L4. If you wish to follow the development or contribute -patches to Hurd/L4, please subscribe to the l4-hurd@gnu.org mailing -list <http://lists.gnu.org/mailman/listinfo/l4-hurd>. - ?? There is so much spam in GNU mailing lists! Why? {OK} GNU mailing lists don't have spam filters so that anyone can post diff --git a/hurd/faq/l4.mdwn b/hurd/faq/l4.mdwn new file mode 100644 index 00000000..185c713a --- /dev/null +++ b/hurd/faq/l4.mdwn @@ -0,0 +1,24 @@ +[[meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 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]]."]]"""]] + +[[meta title="Why is there no information on the official website about the +Hurd port to L4 (Hurd/L4)?"]] + +There is an ongoing effort to port the Hurd to the L4 microkernel family. This +will take time and the port is not in a releasable state -- this is why there +is no information about the L4 port on the website for the Hurd project +<http://www.gnu.org/software/hurd> other than this FAQ entry. + +The development of Hurd/L4 is being done in the `hurd-l4` module of the Hurd +CVS repository. The `doc` directory contains a design document that is worth +reading for anyone who wishes to learn more about Hurd/L4. If you wish to +follow the development or contribute patches to Hurd/L4, please subscribe to +the [[mailing_lists/l4-hurd]] mailing list. |