diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-05 14:58:33 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-05 14:58:33 +0100 |
commit | ae9e4e22a7ce8b2b56e98ff1708c2e8d42eefd69 (patch) | |
tree | 53d824c19af411f67db44baeacba9b22b68731e6 /microkernel/mach/gnu_mach.mdwn | |
parent | 9574f098caf72da7f709c8467e96606cce04fff9 (diff) | |
download | web-ae9e4e22a7ce8b2b56e98ff1708c2e8d42eefd69.tar.gz web-ae9e4e22a7ce8b2b56e98ff1708c2e8d42eefd69.tar.bz2 web-ae9e4e22a7ce8b2b56e98ff1708c2e8d42eefd69.zip |
microkernel/mach/gnumach -> microkernel/mach/gnu_mach
Diffstat (limited to 'microkernel/mach/gnu_mach.mdwn')
-rw-r--r-- | microkernel/mach/gnu_mach.mdwn | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/microkernel/mach/gnu_mach.mdwn b/microkernel/mach/gnu_mach.mdwn new file mode 100644 index 00000000..d45549f5 --- /dev/null +++ b/microkernel/mach/gnu_mach.mdwn @@ -0,0 +1,30 @@ +[[meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="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]] + * [[Rules]] + * [[Open_Issues]] |