diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-10-07 00:08:19 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-10-07 00:08:19 +0000 |
commit | 2b350e379d45a1e191881cf5af4195e224cfa905 (patch) | |
tree | 3828858a0513857b5cd03e61e9a66c1c7c5ef3c2 /gnumach-install.html | |
parent | df50dff095d7f6ebe54479ce210931a2bbf8231b (diff) | |
download | web-2b350e379d45a1e191881cf5af4195e224cfa905.tar.gz web-2b350e379d45a1e191881cf5af4195e224cfa905.tar.bz2 web-2b350e379d45a1e191881cf5af4195e224cfa905.zip |
Use URLs to files, not to directories.
Diffstat (limited to 'gnumach-install.html')
-rw-r--r-- | gnumach-install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnumach-install.html b/gnumach-install.html index d3784378..91182b75 100644 --- a/gnumach-install.html +++ b/gnumach-install.html @@ -57,8 +57,8 @@ interface generator. If you cross-compile gnumach, you need a 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/glibc">GNU C library</A>, other C libraries have not -been tested and might not work. After you have followed the +HREF="/software/glibc/glibc.html">GNU C library</A>, other C libraries +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. @@ -67,7 +67,7 @@ should end up with a kernel binary where your boot loader can find it. 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 system, you need one that supports the multiboot standard. The -bootloader of the GNU system is <A HREF="/software/grub/">GNU +bootloader of the GNU system is <A HREF="/software/grub/grub.html">GNU GRUB</A>, which supports a broad range of operating systems including GNU/Hurd. </TD> |