diff options
Diffstat (limited to 'gnumach-install.html')
-rw-r--r-- | gnumach-install.html | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/gnumach-install.html b/gnumach-install.html deleted file mode 100644 index c42f2404..00000000 --- a/gnumach-install.html +++ /dev/null @@ -1,131 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" - "http://www.w3.org/TR/REC-html40/strict.dtd"> -<HTML> -<HEAD> -<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> -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD"> -<TABLE width="100%" border="0" cellspacing="5" cellpadding="15"> -<TR> -<TD COLSPAN="2"> -<IMG SRC="/graphics/hurd_sm_mf.jpg" ALT=" [image of the Hurd logo] "> -[ -<!-- Please keep this list alphabetical --> -<!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! --> - <A HREF="/software/hurd/gnumach-install.html">English</A> -| <a href="/software/hurd/gnumach-install.es.html">Spanish</a> -] -</TD> -</TR> -<TR> -<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#eeeeee"> -<A HREF="/software/hurd/whatsnew.html"><STRONG>What's New</STRONG></A><BR> - <BR> -<A HREF="/software/hurd/changelogs.html">ChangeLogs</A><BR> - <br> -<a href="/software/hurd/docs.html">Documentation</a><br> -<P> -<A HREF="/software/hurd/hurd.html"><STRONG>GNU Hurd</STRONG></A><BR> - <BR> -<A HREF="/software/hurd/install.html">Installation</A><BR> -<A HREF="/software/hurd/help.html">Getting Help</A><BR> -<A HREF="/software/hurd/download.html">Source Code</A><BR> -<A HREF="/software/hurd/devel.html">Development</A><BR> -<A HREF="/software/hurd/history.html">History</A><BR> - <BR> -<A HREF="/software/hurd/gnumach.html"><STRONG>GNU Mach</STRONG></A><BR> - <BR> -<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>GNU MIG</STRONG></A><BR> - <BR> -<A HREF="/software/hurd/mig-download.html">Source Code</A><BR> - <BR> -<A HREF="/software/hurd/related-projects.html"><STRONG>Related Projects</STRONG></A> -</TD> -<TD ALIGN="LEFT" VALIGN="TOP"> -<HR> -<H3><A NAME="contents">Table of Contents</A></H3> -<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> -</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 -you use the <a href="/software/hurd/gnumach-download.html#cvs">version in -CVS</a> instead, the <em>gnumach-1-branch</em> to be exact, as we are only a -few steps before we'll do another release from that branch. - -<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 -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/libc/libc.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. - -<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 -system, you need one that supports the multiboot standard. The -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> -</TR> -</TABLE> - -<HR> - -[ -<!-- Please keep this list alphabetical --> -<!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! --> - <A HREF="/software/hurd/gnumach-install.html">English</A> -| <a href="/software/hurd/gnumach-install.es.html">Spanish</a> -] - -<HR> - -<P> -Return to <A HREF="/home.html">GNU's home page</A>. -<P> - -Please send FSF & GNU inquiries & questions to - -<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>. -There are also <A HREF="/home.html#ContactInfo">other ways to -contact</A> the FSF. -<P> - -Please send comments on these web pages to - -<A HREF="mailto:web-hurd@gnu.org"><EM>web-hurd@gnu.org</EM></A>, -send other questions to -<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>. -<P> -Copyright (C) 2001, 2002, 2007 Free Software Foundation, Inc., -59 Temple Place - Suite 330, Boston, MA 02111, USA -<P> -Verbatim copying and distribution of this entire article is -permitted in any medium, provided this notice is preserved. -<P> -Updated: -<!-- timestamp start --> -$Date$ $Author$ -<!-- timestamp end --> -<HR> -</BODY> -</HTML> |