diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-04-02 17:24:39 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-04-02 17:24:39 +0200 |
commit | c691cb2ddef9a3ced4d5397b66641e881cde3b7c (patch) | |
tree | 13d80a8c8cb5508be9b087c328ad87da843d7914 | |
parent | 6a033288e4604e8ed2532573a80fd1114a7e1b68 (diff) |
Yet more new stub pages.
-rw-r--r-- | hurd/ng.mdwn | 9 | ||||
-rw-r--r-- | hurd/ng/issues_with_mach.mdwn | 12 | ||||
-rw-r--r-- | hurd/ng/limitations_of_the_original_hurd_design.mdwn | 11 |
3 files changed, 28 insertions, 4 deletions
diff --git a/hurd/ng.mdwn b/hurd/ng.mdwn index db9a225d..22613f54 100644 --- a/hurd/ng.mdwn +++ b/hurd/ng.mdwn @@ -5,15 +5,16 @@ specification; indeed, much of the work is research oriented. These pages try to summarize the major discussions and ideas. -* [[History]] # Why ngHurd This section explains the motivations behind the new design: -* [[IssuesWithMach]] -* [[IssuesWithL4Pistachio]] -* [[LimitationsOfOriginalHurdDesign]] + * [[Issues_with_Mach]] + * [[Issues_with_L4_Pistachio]] + * [[Limitations_of_the_original_Hurd_design]] + + * [[History]] # Work already done diff --git a/hurd/ng/issues_with_mach.mdwn b/hurd/ng/issues_with_mach.mdwn new file mode 100644 index 00000000..cb4de906 --- /dev/null +++ b/hurd/ng/issues_with_mach.mdwn @@ -0,0 +1,12 @@ +[[meta copyright="Copyright © 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]]."]]"""]] + + * [[Resource_management_problems]] + * [[Critique]] diff --git a/hurd/ng/limitations_of_the_original_hurd_design.mdwn b/hurd/ng/limitations_of_the_original_hurd_design.mdwn new file mode 100644 index 00000000..25f03372 --- /dev/null +++ b/hurd/ng/limitations_of_the_original_hurd_design.mdwn @@ -0,0 +1,11 @@ +[[meta copyright="Copyright © 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]]."]]"""]] + + * [[Critique]] |