diff options
author | MutoShack <MutoShack@web> | 2019-03-24 06:02:25 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-24 06:02:25 +0100 |
commit | 523aa929e06380c4c9b6d768dfaf2c792870ec17 (patch) | |
tree | 031c20f9c9529400ec401a6e298398ed734c8719 /microkernel/mach | |
parent | a622283cb058d790dae6fe9237b47a1e43d6df24 (diff) |
Add title. Testing comments
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/gnumach.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/microkernel/mach/gnumach.mdwn b/microkernel/mach/gnumach.mdwn index 08331b04..35404408 100644 --- a/microkernel/mach/gnumach.mdwn +++ b/microkernel/mach/gnumach.mdwn @@ -1,5 +1,4 @@ -[[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2011, 2013, 2015, 2016 -Free Software Foundation, Inc."]] +[comment]: <> [[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2011, 2013, 2015, 2016 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 @@ -9,6 +8,8 @@ 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]]."]]"""]] +[[!meta title="GNU Mach"]] + GNU Mach is the microkernel upon which a GNU Hurd system is based. It provides an Inter Process Communication (IPC) mechanism that the Hurd uses to define interfaces for implementing in a distributed multi-server fashion the services |