summaryrefslogtreecommitdiff
path: root/microkernel/mach/memory_object.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-20 22:19:43 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-20 22:19:43 +0100
commit7dd4adb5612fa6042d421e8d436a0c7b4facfb22 (patch)
treea0ff209360084aa8de37e9b5a52db6de81103aac /microkernel/mach/memory_object.mdwn
parent72f22ab02e662e9e9fed6918ec145fd77584dad1 (diff)
parentd22a3b299d00ce757237f9aee9794d0d4f2758e2 (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'microkernel/mach/memory_object.mdwn')
-rw-r--r--microkernel/mach/memory_object.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/microkernel/mach/memory_object.mdwn b/microkernel/mach/memory_object.mdwn
index 2342145c..f32fe778 100644
--- a/microkernel/mach/memory_object.mdwn
+++ b/microkernel/mach/memory_object.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2002, 2003, 2010 Free Software Foundation,
+[[!meta copyright="Copyright © 2002, 2003, 2010, 2011 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -29,3 +29,5 @@ last one tried is the *default memory manager* that resides in the microkernel,
in contrast to most of the others. The default memory manager is needed
because the microkernel can't wait infinitely for someone else to free the
memory cache: it just calls the next memory manager hoping it to succeed.
+
+Read about [[GNU Mach's memory management|gnumach/memory_management]].