diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-02-16 10:11:16 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-02-16 10:12:04 +0100 |
commit | b91f1d19f234c6da2ad4795db625030be855c992 (patch) | |
tree | b4b9293b4bbc338dd7aaf59f01cfe1a0d26e4b22 /microkernel/mach/gnumach.mdwn | |
parent | 8feb7eec8c1abfb833fff5ac54ac3cea67d7b0a7 (diff) | |
download | web-b91f1d19f234c6da2ad4795db625030be855c992.tar.gz web-b91f1d19f234c6da2ad4795db625030be855c992.tar.bz2 web-b91f1d19f234c6da2ad4795db625030be855c992.zip |
microkernel/mach/gnumach/memory_management: New.
Diffstat (limited to 'microkernel/mach/gnumach.mdwn')
-rw-r--r-- | microkernel/mach/gnumach.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/microkernel/mach/gnumach.mdwn b/microkernel/mach/gnumach.mdwn index f3d6d5f9..b385ca09 100644 --- a/microkernel/mach/gnumach.mdwn +++ b/microkernel/mach/gnumach.mdwn @@ -1,13 +1,13 @@ -[[!meta copyright="Copyright © 2001, 2002, 2007, 2008 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2011 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] GNU Mach is the microkernel that the [[GNU_Hurd|hurd]] system is based on. @@ -75,6 +75,7 @@ GNU/Hurd. * [[Building]] * [[Debugging]] * [[Boot_Trace]] + * [[Memory_Management]] * [[Projects]] * [[Rules]] * [[Open Issues|tag/open_issue_gnumach]] |