summaryrefslogtreecommitdiff
path: root/microkernel
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-19 15:54:07 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-19 15:54:07 +0100
commit1de4ec0bcfad92dfa0b7cf69919d56c0dca4cb7a (patch)
treedf1d22d227cacf7ce981448ea9c148c60c72f80c /microkernel
parent306cbd9d3afc7619bbaef2d14123f6a693802980 (diff)
Revert "microkernel/mach/gnumach -> microkernel/mach/gnu_mach"
This reverts commit ae9e4e22a7ce8b2b56e98ff1708c2e8d42eefd69. I've changed my mind again. Also resolve conflicts and adapt all new uses of the path.
Diffstat (limited to 'microkernel')
-rw-r--r--microkernel/mach.mdwn2
-rw-r--r--microkernel/mach/documentation.mdwn2
-rw-r--r--microkernel/mach/gnumach.mdwn (renamed from microkernel/mach/gnu_mach.mdwn)0
-rw-r--r--microkernel/mach/gnumach/boot_trace.mdwn (renamed from microkernel/mach/gnu_mach/boot_trace.mdwn)0
-rw-r--r--microkernel/mach/gnumach/building.mdwn (renamed from microkernel/mach/gnu_mach/building.mdwn)6
-rw-r--r--microkernel/mach/gnumach/building/example.mdwn (renamed from microkernel/mach/gnu_mach/building/example.mdwn)0
-rw-r--r--microkernel/mach/gnumach/debugging.mdwn (renamed from microkernel/mach/gnu_mach/debugging.mdwn)0
-rw-r--r--microkernel/mach/gnumach/hardware_compatibility_list.mdwn (renamed from microkernel/mach/gnu_mach/hardware_compatibility_list.mdwn)0
-rw-r--r--microkernel/mach/gnumach/hardware_compatibility_list/discussion.mdwn (renamed from microkernel/mach/gnu_mach/hardware_compatibility_list/discussion.mdwn)0
-rw-r--r--microkernel/mach/gnumach/open_issues.mdwn (renamed from microkernel/mach/gnu_mach/open_issues.mdwn)0
-rw-r--r--microkernel/mach/gnumach/ports.mdwn (renamed from microkernel/mach/gnu_mach/ports.mdwn)0
-rw-r--r--microkernel/mach/gnumach/ports/xen.mdwn (renamed from microkernel/mach/gnu_mach/ports/xen.mdwn)0
-rw-r--r--microkernel/mach/gnumach/ports/xen/internals.mdwn (renamed from microkernel/mach/gnu_mach/ports/xen/internals.mdwn)0
-rw-r--r--microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn (renamed from microkernel/mach/gnu_mach/ports/xen/networking_configuration.mdwn)0
-rw-r--r--microkernel/mach/gnumach/projects.mdwn (renamed from microkernel/mach/gnu_mach/projects.mdwn)0
-rw-r--r--microkernel/mach/gnumach/projects/clean_up_the_code.mdwn (renamed from microkernel/mach/gnu_mach/projects/clean_up_the_code.mdwn)0
-rw-r--r--microkernel/mach/gnumach/projects/gdb_stubs.mdwn (renamed from microkernel/mach/gnu_mach/projects/gdb_stubs.mdwn)0
-rw-r--r--microkernel/mach/gnumach/reference_manual.mdwn (renamed from microkernel/mach/gnu_mach/reference_manual.mdwn)0
-rw-r--r--microkernel/mach/history.mdwn2
-rw-r--r--microkernel/mach/mig/documentation.mdwn2
-rw-r--r--microkernel/mach/mig/gnu_mig/building.mdwn2
21 files changed, 8 insertions, 8 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn
index 9d3289b4..39d0f4d2 100644
--- a/microkernel/mach.mdwn
+++ b/microkernel/mach.mdwn
@@ -7,7 +7,7 @@ microkernel currently used by the [[Hurd]].
# Implementations
-* [[GNU_Mach]]
+* [[GNU_Mach|gnumach]]
* [[Mach/OskitMach]] - A Once Successor of Mach based on OSKit
* [Apple's Darwin](http://developer.apple.com/darwin/) ([API](http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/index.html)) (**non-free**)
diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn
index f6f2eb79..b4187f78 100644
--- a/microkernel/mach/documentation.mdwn
+++ b/microkernel/mach/documentation.mdwn
@@ -12,7 +12,7 @@ is included in the section entitled
- [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html), a
summary of Mach's history and main concepts.
- * *[[The_GNU_Mach_Reference_Manual|gnu_mach/reference_manual]]*.
+ * *[[The_GNU_Mach_Reference_Manual|gnumach/reference_manual]]*.
- OSF's [Kernel Interface (ps)](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps)
[Kernel Interface (pdf)](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf)
diff --git a/microkernel/mach/gnu_mach.mdwn b/microkernel/mach/gnumach.mdwn
index 19e1ea53..19e1ea53 100644
--- a/microkernel/mach/gnu_mach.mdwn
+++ b/microkernel/mach/gnumach.mdwn
diff --git a/microkernel/mach/gnu_mach/boot_trace.mdwn b/microkernel/mach/gnumach/boot_trace.mdwn
index a08384f0..a08384f0 100644
--- a/microkernel/mach/gnu_mach/boot_trace.mdwn
+++ b/microkernel/mach/gnumach/boot_trace.mdwn
diff --git a/microkernel/mach/gnu_mach/building.mdwn b/microkernel/mach/gnumach/building.mdwn
index 014d3e87..9c075600 100644
--- a/microkernel/mach/gnu_mach/building.mdwn
+++ b/microkernel/mach/gnumach/building.mdwn
@@ -1,9 +1,9 @@
Additional to the following text, a further [[example]] has be posted.
-# Building [[GNU_Mach]] from Source
+# Building [[GNU_Mach|gnumach]] from Source
-If you want to build the [[GNU_Mach]] kernel yourself instead of just using a
+If you want to build the [[GNU_Mach|gnumach]] kernel yourself instead of just using a
pre-built binary, follow these instructions.
The unpacked source tree is around 20 MiB, and the build tree (with all drivers
@@ -65,7 +65,7 @@ Start the build process with
$ dpkg-buildpackage -us -uc -b -rfakeroot
-[[GNU_Mach]] is now building. To use the new kernel, you must install the
+[[GNU_Mach|gnumach]] is now building. To use the new kernel, you must install the
resulting `.deb` package which is located one directory above the build
directory and has a similar name as the build directory, e.g.
diff --git a/microkernel/mach/gnu_mach/building/example.mdwn b/microkernel/mach/gnumach/building/example.mdwn
index 6da05c5b..6da05c5b 100644
--- a/microkernel/mach/gnu_mach/building/example.mdwn
+++ b/microkernel/mach/gnumach/building/example.mdwn
diff --git a/microkernel/mach/gnu_mach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn
index fa2a9d42..fa2a9d42 100644
--- a/microkernel/mach/gnu_mach/debugging.mdwn
+++ b/microkernel/mach/gnumach/debugging.mdwn
diff --git a/microkernel/mach/gnu_mach/hardware_compatibility_list.mdwn b/microkernel/mach/gnumach/hardware_compatibility_list.mdwn
index 09882467..09882467 100644
--- a/microkernel/mach/gnu_mach/hardware_compatibility_list.mdwn
+++ b/microkernel/mach/gnumach/hardware_compatibility_list.mdwn
diff --git a/microkernel/mach/gnu_mach/hardware_compatibility_list/discussion.mdwn b/microkernel/mach/gnumach/hardware_compatibility_list/discussion.mdwn
index 69ca3190..69ca3190 100644
--- a/microkernel/mach/gnu_mach/hardware_compatibility_list/discussion.mdwn
+++ b/microkernel/mach/gnumach/hardware_compatibility_list/discussion.mdwn
diff --git a/microkernel/mach/gnu_mach/open_issues.mdwn b/microkernel/mach/gnumach/open_issues.mdwn
index 433ec3ef..433ec3ef 100644
--- a/microkernel/mach/gnu_mach/open_issues.mdwn
+++ b/microkernel/mach/gnumach/open_issues.mdwn
diff --git a/microkernel/mach/gnu_mach/ports.mdwn b/microkernel/mach/gnumach/ports.mdwn
index 00cdee8c..00cdee8c 100644
--- a/microkernel/mach/gnu_mach/ports.mdwn
+++ b/microkernel/mach/gnumach/ports.mdwn
diff --git a/microkernel/mach/gnu_mach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn
index c492d9a0..c492d9a0 100644
--- a/microkernel/mach/gnu_mach/ports/xen.mdwn
+++ b/microkernel/mach/gnumach/ports/xen.mdwn
diff --git a/microkernel/mach/gnu_mach/ports/xen/internals.mdwn b/microkernel/mach/gnumach/ports/xen/internals.mdwn
index 09e707ea..09e707ea 100644
--- a/microkernel/mach/gnu_mach/ports/xen/internals.mdwn
+++ b/microkernel/mach/gnumach/ports/xen/internals.mdwn
diff --git a/microkernel/mach/gnu_mach/ports/xen/networking_configuration.mdwn b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn
index 71a72bac..71a72bac 100644
--- a/microkernel/mach/gnu_mach/ports/xen/networking_configuration.mdwn
+++ b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn
diff --git a/microkernel/mach/gnu_mach/projects.mdwn b/microkernel/mach/gnumach/projects.mdwn
index 9ace6270..9ace6270 100644
--- a/microkernel/mach/gnu_mach/projects.mdwn
+++ b/microkernel/mach/gnumach/projects.mdwn
diff --git a/microkernel/mach/gnu_mach/projects/clean_up_the_code.mdwn b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
index 875bb8cd..875bb8cd 100644
--- a/microkernel/mach/gnu_mach/projects/clean_up_the_code.mdwn
+++ b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
diff --git a/microkernel/mach/gnu_mach/projects/gdb_stubs.mdwn b/microkernel/mach/gnumach/projects/gdb_stubs.mdwn
index 9a11a82b..9a11a82b 100644
--- a/microkernel/mach/gnu_mach/projects/gdb_stubs.mdwn
+++ b/microkernel/mach/gnumach/projects/gdb_stubs.mdwn
diff --git a/microkernel/mach/gnu_mach/reference_manual.mdwn b/microkernel/mach/gnumach/reference_manual.mdwn
index 225ab176..225ab176 100644
--- a/microkernel/mach/gnu_mach/reference_manual.mdwn
+++ b/microkernel/mach/gnumach/reference_manual.mdwn
diff --git a/microkernel/mach/history.mdwn b/microkernel/mach/history.mdwn
index 8f4b528b..a8951737 100644
--- a/microkernel/mach/history.mdwn
+++ b/microkernel/mach/history.mdwn
@@ -41,7 +41,7 @@ Meanwhile, OSKit became unmaintained, thus posing more of a burden on than being
In 2005 Gianluca Guida started a different attempt to use the osenv interface with minimal changes to GNU Mach 1.x, thus allowing use of the generic driver interface while importing as little of the umaintained OSKit code as possible. However, there turned out to be serious problems with OSKit, so this attempt was abandoned as well.
Today, GNU Mach development focuses on the 1.x branch again -- see also this
-list of [[gnu_mach/projects]].
+list of [[gnumach/projects]].
# <a name="Status_of_the_project"> Status of the project </a>
diff --git a/microkernel/mach/mig/documentation.mdwn b/microkernel/mach/mig/documentation.mdwn
index a0bbbe14..8afad31c 100644
--- a/microkernel/mach/mig/documentation.mdwn
+++ b/microkernel/mach/mig/documentation.mdwn
@@ -66,7 +66,7 @@ pp. 67--77."
# Further Relevant Documentation
- * The [[GNU_Mach_Reference_Manual|gnu_mach/reference_manual]], espacially
+ * The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]], espacially
[Chapter 4, Inter Process
Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html),
which, for example, explains how the <a name="dealloc">`dealloc` flag</a>
diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn b/microkernel/mach/mig/gnu_mig/building.mdwn
index 8b553b6b..f92f7dbe 100644
--- a/microkernel/mach/mig/gnu_mig/building.mdwn
+++ b/microkernel/mach/mig/gnu_mig/building.mdwn
@@ -31,7 +31,7 @@ Building the Mach Interface Generator requires the _build-essential_ and _fakero
Building the Mach Interface Generator requires a C compiler, a standard C library (with corresponding header files) and your favourite flavor of awk (gawk), yacc (bison), lex (flex) and make.
Additionally, you need to have GNU Mach's header files installed. See
-[[mach/gnu_mach/building]] about how to do that, then come back here.
+[[mach/gnumach/building]] about how to do that, then come back here.
## <a name="Building_and_Installing"> Building and Installing </a>