diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-05 12:29:44 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-05 12:29:44 +0100 |
commit | 1025353771167067d3a6f8eca98ee3e7ece44be1 (patch) | |
tree | 94d6e74841b2dd658b176e23a34b5703d5e501e4 /hurd.html | |
parent | d1e821a382c0b07ba74dc7d6c4c68458773b3484 (diff) | |
download | web-1025353771167067d3a6f8eca98ee3e7ece44be1.tar.gz web-1025353771167067d3a6f8eca98ee3e7ece44be1.tar.bz2 web-1025353771167067d3a6f8eca98ee3e7ece44be1.zip |
Unify perhaps a thousand paragraphs stating what *the Hurd* is.
Hurd/TheGnuHurd -> hurd/what_is_the_gnu_hurd
hurd/faq/gramatically_speaking -> hurd/what_is_the_gnu_hurd/gramatically_speaking
Hurd/HurdNames, hurd-name.html -> hurd/what_is_the_gnu_hurd/origin_of_the_name
Etc.
Diffstat (limited to 'hurd.html')
-rw-r--r-- | hurd.html | 91 |
1 files changed, 0 insertions, 91 deletions
@@ -1,85 +1,3 @@ -<!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] "> -<br> -[ -<!-- Please keep this list alphabetical --> -<!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! --> - <A HREF="/software/hurd/hurd.cn.html">Chinese(Simplified)</A> -| <A HREF="/software/hurd/hurd.zh.html">Chinese(Traditional)</A> -| <A HREF="/software/hurd/hurd.nl.html">Dutch</A> -| <A HREF="/software/hurd/hurd.html">English</A> -| <A HREF="/software/hurd/hurd.eo.html">Esperanto</A> -| <A HREF="/software/hurd/hurd.el.html">Greek</A> -| <A HREF="/software/hurd/hurd.he.html">Hebrew</A> -| <A HREF="/software/hurd/hurd.it.html">Italian</A> -| <A HREF="/software/hurd/hurd.pl.html">Polish</A> -| <A HREF="/software/hurd/hurd.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> -<P> -<H3><A NAME="contents">Table of Contents</A></H3> -<UL> - <LI><A HREF="#introduction" NAME="TOCintroduction">Introduction to the Hurd</A> - <LI><A HREF="#advantages" NAME="TOCadvantages">Advantages of the Hurd</A> - <LI><A HREF="#name" NAME="TOCname">What the Hurd means</A> - <LI><A HREF="#status" NAME="TOCstatus">Status of the project</A> -</UL> -<P> -<HR> - -<H3><A HREF="#TOCintroduction" NAME="introduction">Introduction to the Hurd</A></H3> -<P> -The GNU Hurd is the GNU project's replacement for the Unix kernel. -The Hurd is a collection of servers that run on the Mach microkernel -to implement file systems, network protocols, file access control, and -other features that are implemented by the Unix kernel or similar -kernels (such as Linux). -<P> -Currently, the Hurd runs on IA32 machines. The Hurd should, and -probably will, be ported to other hardware architectures or other -microkernels in the future. - <H3><A HREF="#TOCadvantages" NAME="advantages">Advantages of the Hurd</A></H3> The Hurd is not the most advanced kernel known to the planet (yet), but it does have a number of enticing features: @@ -135,15 +53,6 @@ start using and developing it. </DD> </DL> -<H3><A HREF="#TOCname" NAME="name">What the Hurd means</A></H3> -According to Thomas Bushnell, BSG, the primary architect of the Hurd: -<BLOCKQUOTE> -`Hurd' stands for `Hird of Unix-Replacing Daemons'. And, then, `Hird' -stands for `Hurd of Interfaces Representing Depth'. We have here, to -my knowledge, the first software to be named by a pair of mutually -recursive acronyms. -</BLOCKQUOTE> - <H3><A HREF="#TOCstatus" NAME="status">Status of the project</A></H3> <P> The Hurd, together with the GNU Mach microkernel, the GNU C Library |