summaryrefslogtreecommitdiff
path: root/Mach
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-12 21:31:02 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-12 21:31:02 +0200
commite7c61a90798ebaa4863c7f3244b8526102d7c87c (patch)
tree111ea5b90bf8404f76e92a3964d0bea0fe5e6b90 /Mach
parentd0e04bc00c3f656bd4184aa581462f5bcbaff2d8 (diff)
Make the WebHome pages first level pages.
Diffstat (limited to 'Mach')
-rw-r--r--Mach/MicroKernelsForBeginners.mdwn2
-rw-r--r--Mach/WebHome.mdwn96
2 files changed, 1 insertions, 97 deletions
diff --git a/Mach/MicroKernelsForBeginners.mdwn b/Mach/MicroKernelsForBeginners.mdwn
index d7ae45c7..a89b5284 100644
--- a/Mach/MicroKernelsForBeginners.mdwn
+++ b/Mach/MicroKernelsForBeginners.mdwn
@@ -1,6 +1,6 @@
Think of this as a Wiki Pos^H^H^H Yellow Sticky Note Note
-This page is linked to from Gnufans.Mach.Webhome. I created it for the purpose of creating a 'beginners meta guide to microkernels'.
+This page is linked to from [[Mach]]. I created it for the purpose of creating a 'beginners meta guide to microkernels'.
Essentially, the rationale is as follows. There are many users of this Wiki who understand microkernels. Many users who come here may want to know more about microkernels, having just heard about them. (I heard years ago, but haven't taken a direct interest in the issues related to them.)
diff --git a/Mach/WebHome.mdwn b/Mach/WebHome.mdwn
deleted file mode 100644
index 46dc8a7c..00000000
--- a/Mach/WebHome.mdwn
+++ /dev/null
@@ -1,96 +0,0 @@
-Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
-
--- [[Main/GrantBow]] - 24 Jul 2007
-
-## <a name="GNU_Mach"> </a> GNU Mach
-
-This web deals with the Mach micro kernel, the base for the Hurd servers which makes out the GNU operating system. This is also the logical place for any other future microkernel, like <a href="http://www.l4ka.org" target="_top">L4</a> for instance. <p> Feel free to add relevant content. </p>
-<p><strong><em>Table of Contents:</em></strong></p>
-<p>
-</p>
-<ul>
-<li>[[MachHistory]]: History of Mach </li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[MachConcepts]]: <a href="http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html" target="_top">Linus vs. Tanenbaum</a></li>
-</ul>
-<p>
-</p>
-<p>
-</p>
-<ul>
-<li><a href="http://www.cs.cornell.edu/Info/People/ulfar/ukernel/ukernel.html" target="_top">Microkernels</a> (an HTML review of the area from late 1996) </li>
-</ul>
-<p>
-</p>
-<ul>
-<li><a href="http://www.nongnu.org/hurdextras/ipc_guide/ipc_guide.html" target="_top">The Unofficial GNU Mach IPC beginner's guide</a> (part of <a href="http://savannah.nongnu.org/projects/hurdextras/" target="_top">Hurd Extras project</a>) </li>
-</ul>
-<p>
-</p>
-<ul>
-<li><a href="http://foobar-qux.org:8080/hde/MACH_DOCS_PDFS/" target="_top">Documents about Mach</a></li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[GNUMach]]: GNUmach 1.x kernel <ul>
-<li>[[BuildingGNUMach]]</li>
-</ul>
-</li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[OskitMach]]: GNUmach 2.0 (DEFUNCT) <ul>
-<li>[[OskitMachStatusList]]: Status and TODO list (<a href="http://packages.debian.org/gnumach" target="_top">deb status</a>) </li>
-<li>[[OskitMachPatches]]: Bleeding edge patches </li>
-<li>[[OskitPatches]]: Useful patches for the OSKit </li>
-<li>[[BuildingOskitMach]]: How to build your own GNUmach kernel </li>
-<li>[[RemoteDebugOskitMach]]: How to use gdb to remote debug the GNUmach kernel </li>
-</ul>
-</li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[MicroKernelFUD]]: Fear, Uncertainty, Doubt - The Micro Kernel Experiment Continues </li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[MicroKernelResearch]]: Papers on Mach related topics, [[PosixSemaphores]], [[PortToL4]]. </li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[MicroKernelsForBeginners]]: (suggested page, better description needed) For experienced users who know little about microkernels but wish to learn about them. </li>
-</ul>
-<p>
-</p>
-<ul>
-<li><a href="http://i30www.ira.uka.de/teaching/pastcourses/lecture.php?courseid=80" target="_top">Microkernel construction</a> (lectures by the <a href="http://l4ka.org/projects/pistachio/" target="_top">L4Ka::Pistachio</a> team) </li>
-</ul>
-<p>
-</p>
-<ul>
-<li> Other <nop>Mach kernels that can be of interest (noone even investigate yet if they can be of some use): <ul>
-<li><a href="http://developer.apple.com/darwin/" target="_top">Darwin</a>: The kernel of <a href="http://www.apple.com/macosx/" target="_top">Max OS X</a> (<a href="http://developer.apple.com/techpubs/macosx/Darwin/General/KernelProgramming/" target="_top">Kernel Programming book</a>) </li>
-<li><a href="http://www.kerneltrap.org/node.php?id=543" target="_top">Darwin binary compatibilty</a> in <a href="http://www.netbsd.org/" target="_top">NetBSD</a></li>
-<li><a href="http://www.morphos.org" target="_top">http://www.morphos.org</a></li>
-<li> a small <a href="http://cliki.tunes.org/Microkernel%20Debate" target="_top">Microkernel debate</a></li>
-<li> a <a href="http://www.ussg.iu.edu/hypermail/linux/kernel/0206.2/1337.html" target="_top">reply</a> to Alan Cox re: Amiga DOS </li>
-</ul></nop></li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[GNUMachRevivalProject]]: Task and Wish list for a new effort to make GNU Mach a reliable (in stability and performance terms) microkernel for The Hurd. </li>
-</ul>
-<p>
-</p>
-<ul>
-<li>[[WebDiscuss]] - Content discussions </li>
-</ul>