summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach.mdwn
blob: ab35a9de92b257fd49921e9bdc30c66df846d723 (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
[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
[[meta license="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl]]."]]

GNU Mach is currently used by the GNU [[Hurd]].

GNU Mach remains compatible with Mach 3.0.

The majority of GNU Mach's [[device_driver]]s are from Linux 2.0.  They were
added using glue code, i.e., a Linux [[emulation]] layer in Mach.

GNU Mach runs on x86 machines.  See the
[[hardware_compatibility_list]] and information about
[[ports]] to other architectures.


# Development

* [[Building]]
* [[Debugging]]
* [[Boot_Trace]]
* [[Projects]]