summaryrefslogtreecommitdiff
path: root/Hurd.mdwn
blob: 1b64da34bed263295c4db2bcbf95454f6decdca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
## <a name="The_Hurd"> The Hurd </a>

This part of the wiki is dedicated to the the Hurd servers, the most important components comprising the GNU operating system. Built on top of the Mach microkernel the servers are designed to replace the functionality provided by regular monolithic UNIX kernels.

If you cannot find what you look for the topic might have been moved to the new Distrib, Mach or GNU webs. This has been done to help clarify the different aspects of the GNU/Hurd efforts for new users.

For an introduction to this site, see <http://hurd.gnufans.org>.

<dl>
<dt>[[GNUHurdStatus]]</dt>
<dd> Things [[ToDo]] before the next release </dd>
<dt>[[KnownHurdLimits]]</dt>
<dd> Limitations of the GNU operating system. Includes updates on the status of [[RandomDevice]] (for ssh), [[DhcpClient]], [[PppDaemon]], [[HurdConsole]], [[ExtTwoSize]], other filesystems, etc. </dd>
<dt>[[SeenHurd]]</dt>
<dd> GNU/Hurd sightings. </dd>
<dt>[[TranslatorPages]]</dt>
<dd> What translators exist, info about them </dd>
<dt>[[FrequentlyAskedQuestions]]</dt>
<dd> For anything else you cannot find here. </dd>
</dl>
<p><nop></nop></p>
<h3><a name="Introduction"> Introduction </a></h3>
<p><a name="GnuHurd"></a></p>
<dl>
<dt>[[TheGnuHurd]]</dt>
<dd> About the GNU/Hurd System <a href="http://wiki.debian.org/TheHurd" target="_top">Debian Wiki about The Hurd</a>. </dd>
<dt>[[HurdNames]]</dt>
<dd> What does the HURD acronym stand for? </dd>
<dt><a href="http://lists.debian.org/debian-hurd/2002/debian-hurd-200210/msg00035.html" target="_top">Welcome Note</a></dt>
<dd> Formerly sent monthly to <a href="http://lists.debian.org/debian-hurd/" target="_top">debian-hurd@lists.debian.org</a> and <a href="http://mail.gnu.org/mailman/listinfo/help-hurd" target="_top">help-hurd@gnu.org</a></dd>
<dt><a href="http://wiki.debian.org/TheHurd" target="_top">Debian Wiki: Hurd</a></dt>
<dd>
</dd>
<dt>[[FunnyHurd]]</dt>
<dd> Logos, rumors and other funny unrelated stuff mentioning "Hurd" </dd>
<dt>[[Shopping]]</dt>
<dd> Items that can be bought. </dd>
<dt>[[Translation]]</dt>
<dd> Hurd translation and Hurd wiki page in different languages. </dd>
<dt><a href="http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00718.html" target="_top">History 1997-2003</a></dt>
<dd> Personal view of Marcus Brinkmann about Hurd development in 1997-2003. </dd>
</dl>
<p><nop></nop></p>
<h3><a name="Running_the_Hurd"> Running the Hurd </a></h3>
<dl>
<dt>[[LiveCD]]</dt>
<dd> Enjoy a bootable Hurd from within CD (opt. HD or USB installation). </dd>
<dt>[[Distrib/QEMU]]</dt>
<dd> play downloaded [[LiveCd]] Isos without burn them (emulation). </dd>
<dt>[[FlashHurd]]</dt>
<dd> Bootable Hurd from within USB flash memory. </dd>
<dt>[[BuildingHurd]]</dt>
<dd>
</dd>
<dt>[[PublicHurdBoxen]]</dt>
<dd> Hurd boxes available to hack on. </dd>
<dt>[[SubhurdHowto]]</dt>
<dd>
</dd>
</dl>
<p><nop></nop></p>
<h3><a name="Running_Applications_on_the_Hurd"> Running Applications on the Hurd </a></h3>
<p>
</p>
<dl>
<dt>[[HurdConsole]]</dt>
<dd> How to set up the console. </dd>
<dt>[[Xfree86]]</dt>
<dd> Setting up X. </dd>
<dt>[[DebianX]]</dt>
<dd> Setting up X in Debian. </dd>
<dt>[[DebianXorg]]</dt>
<dd> Settin up Xorg in Debian. </dd>
<dt>[[GNUstep]]</dt>
<dd> Setting up GNUstep on Hurd. </dd>
</dl><nop><h3><a name="Technical_References"> Technical References </a></h3>
<p>
</p>
<ul>
<li><a href="http://www.gnu.org/software/hurd/docs.html" target="_top">Official documentation,  papers and presentations</a>: Available form the Hurd Web site. </li>
<li><a href="http://www.gnu.org/software/hurd/hurd-paper.html" target="_top">Towards a New  Strategy of OS Design</a>: an architectural overview by Thomas Bushnell, BSG. Marcus Brinkmann <a href="http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00651.html" target="_top">revisited some parts of the paper</a> and Jonathan S. Shapiro <a href="http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00654.html" target="_top">has further comments</a></li>
<li><a href="http://kilobug.free.fr/hurd/pres-en/slides/slides.html" target="_top">Presentation by  Ga�l Le Mignot</a>: </li>
<li><a href="http://www.pjbruin.dds.nl/hurd/" target="_top">Power PC port, using OSF Mach</a>: </li>
<li>[[DistributedServers]]: Architecture made possible by the Hurd. </li>
</ul>
<p><nop></nop></p>
<h3><a name="Developer_Notes"> Developer Notes </a></h3>
<p>
</p>
<ul>
<li>[[CrossCompiling]]. </li>
<li>[[HurdSpecificGlibcApi]]: Functions in GLIBC for the Hurd. </li>
<li>[[Debugging]]. </li>
<li>[[XattrHurd]]: Setting translators under GNU/Linux </li>
<li>[[ABITransitionStatus]]: Old info (early 2002) on the <abbrev title="Application Binary Interface">ABI</abbrev> transition </li>
<li>[[KernelCousinDebianHurd]]: A defunct newsletter about Hurd development. </li>
<li>[[Mach/OskitMachStatusList]]: Status and TODO information </li>
<li><a href="http://www.htu.tugraz.at/~past/hurd/global/" target="_top">Hurd Sourcecode Reference</a>: Searchable and browsable index of the code. </li>
<li>[[Mach/PortToL4]]: Out-dated Wiki. </li>
<li>[[HurdOnL4]]: Work in process for <strong>new</strong> wiki. </li>
<li>[[QemuImageForL4]]: </li>
<li>[[SubhurdHowto]]: Using and a neighbour for testing and debugging. </li>
<li>[[SerialConsole]]: Setting up a serial console. </li>
</ul>
<p>
</p>
<hr />
<p>
</p>
<dl>
<dt>[[InstallNotes]]</dt>
<dd> How to install the GNU system. <br /> For Further information, See the [[Distrib]] web. </dd>
</dl>
<p>
</p>
<dl>
<dt> Community &amp;amp; People</dt>
<dd> Please see the [[Main]] web for registered users information and Hurd community resources. </dd>
</dl>
<p> See [[HurdDonations]] if you've got more money than hack time. </p>
<p>
</p>
<dl>
<dt> Microkernel Systems</dt>
<dd> Please see the [[Mach]] web </dd>
</dl>
<p>
</p>
<dl>
<dt> Developer Related</dt>
<dd> Please see above and the [[Distrib]] web </dd>
</dl>

----

This site was [announced](http://mail.gnu.org/pipermail/bug-hurd/2002-May/008342.html) on May 12, 2002. The following are checkpoints for maintenance and administration:

<dl>
  <dt>[[TWiki/TWikiDiscuss]]</dt>
  <dd> Maintenance topic for the Hurd Wiki as a whole. </dd>
</dl>

<dl>
  <dt>[[TWiki/HurdWikiCopyrightDiscuss]]</dt>
  <dd> Copyright, licensing and legal discussion. </dd>
  <dt>[[TWiki/HurdWikiMove]]</dt>
  <dd> We're looking for a more permanent host. </dd>
</dl>