diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-12-04 19:42:27 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-12-04 19:42:27 +0000 |
commit | 576122f6309c49745d16be06e7ce2218a769e96c (patch) | |
tree | bc49eff8ff2c6f5f8a27b76cab451855ee7f2b3f /gnumach-install.html | |
parent | aa6ec7c28582d02dc59e7ce57315126b4925fd93 (diff) |
This was a `sed'-based change, where I didn't review every single detail and
thus hope that I didn't break anything. Replace `MiG' with `MIG'. Replace
`MIG' with `GNU MIG' and `The GNU Hurd' with `GNU Hurd' when linking to the
pages. Make the space between `GNU' and `Hurd' or `Mach' or `MIG'
non-breakable.
Diffstat (limited to 'gnumach-install.html')
-rw-r--r-- | gnumach-install.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnumach-install.html b/gnumach-install.html index a44460fd..06d4f6ad 100644 --- a/gnumach-install.html +++ b/gnumach-install.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> -<TITLE>The GNU Hurd - GNU Project - Free Software Foundation (FSF)</TITLE> +<TITLE>The GNU Hurd - GNU Project - Free Software Foundation (FSF)</TITLE> <LINK REV="made" HREF="mailto:web-hurd@gnu.org"> <META NAME="keywords" CONTENT="hurd"> </HEAD> @@ -25,7 +25,7 @@ <BR> <A HREF="/software/hurd/changelogs.html">ChangeLogs</A><BR> <P> -<A HREF="/software/hurd/hurd.html"><STRONG>The GNU Hurd</STRONG></A><BR> +<A HREF="/software/hurd/hurd.html"><STRONG>GNU Hurd</STRONG></A><BR> <BR> <A HREF="/software/hurd/docs.html">Documentation</A><BR> <A HREF="/software/hurd/install.html">Installation</A><BR> @@ -40,7 +40,7 @@ <A HREF="/software/hurd/gnumach-install.html">Installation</A><BR> <A HREF="/software/hurd/gnumach-download.html">Source Code</A><BR> <BR> -<A HREF="/software/hurd/mig.html"><STRONG>MiG</STRONG></A><BR> +<A HREF="/software/hurd/mig.html"><STRONG>GNU MIG</STRONG></A><BR> <BR> <A HREF="/software/hurd/mig-download.html">Source Code</A><BR> <BR> @@ -52,22 +52,22 @@ <UL> <LI><A HREF="#version" NAME="TOCversion">Latest version</A> <LI><A HREF="#install" NAME="TOCinstall">Installation instructions</A> - <LI><A HREF="#boot" NAME="TOCboot">Booting GNU Mach</A> + <LI><A HREF="#boot" NAME="TOCboot">Booting GNU Mach</A> </UL> <HR> <H3><A HREF="#TOCversion" NAME="version">Latest version</A></H3> <P> -The last stable version of GNU Mach is 1.3, but it is recommended that +The last stable version of GNU Mach is 1.3, but it is recommended that you use the version in CVS instead, as this fixes some bugs that prevent the kernel to work on some systems. <H3><A HREF="#TOCinstall" NAME="install">Installation instructions</A></H3> <P> -GNU Mach can be compiled or cross-compiled easily. The only package -you are not likely to have installed already is MiG, the Mach +GNU Mach can be compiled or cross-compiled easily. The only package +you are not likely to have installed already is MIG, the Mach interface generator. If you cross-compile gnumach, you need a -cross-MiG for your architecture. You also need the static version of +cross-MIG for your architecture. You also need the static version of the C library for your host architecture, as some functions are taken directly from it. We recommend that you use the <A HREF="/software/libc/libc.html">GNU C library</A>, other C libraries @@ -75,7 +75,7 @@ have not been tested and might not work. After you have followed the installation instructions in the package and the reference manual, you should end up with a kernel binary where your boot loader can find it. -<H3><A HREF="#TOCboot" NAME="boot">Booting GNU Mach</A></H3> +<H3><A HREF="#TOCboot" NAME="boot">Booting GNU Mach</A></H3> <P> To actually use the kernel and boot the GNU operating system, you need a boot loader. Not all boot loaders are capable to boot the GNU |