diff options
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/GNUMach.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Mach/GNUMach.mdwn b/Mach/GNUMach.mdwn index 7754e124..73b976ad 100644 --- a/Mach/GNUMach.mdwn +++ b/Mach/GNUMach.mdwn @@ -1,7 +1,12 @@ GNU Mach runs on x86 machines (it does not support 64-bit machines). GNU -Mach is currently used by the GNU Hurd. +Mach is currently used by the GNU [[Hurd]]. GNU Mach remains compatible with Mach 3.0. The majority of GNU Mach's device drivers are from Linux 2.0. The are -added using glue code, i.e., a Linux emulation layer in Mach.
\ No newline at end of file +added using glue code, i.e., a Linux emulation layer in Mach. + +# Related Links + +## [[BuildingGNUMach]] +## [[GNUMachRevivalProject]] - GNU Mach Projects
\ No newline at end of file |