summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-05-20 10:50:53 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-05-20 10:50:53 +0200
commit5aae137f78df26301ac32e7ff88d87428d32f5ef (patch)
treeb1e9f9f7f3e6981024155ce4ef84921e059d117e /hurd
parentf90c5b8e926cad2bd21e93c523be5a1776e11796 (diff)
Link to the ramdisk example.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/libstore/copy_store.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/libstore/copy_store.mdwn b/hurd/libstore/copy_store.mdwn
index c0a25d7d..5df5d220 100644
--- a/hurd/libstore/copy_store.mdwn
+++ b/hurd/libstore/copy_store.mdwn
@@ -21,3 +21,5 @@ Because of how the interfaces are specified, reading the entire contents of a
So, a *copy* store based on a [[*zero* store|zero store]] is just what you'd
get from `vm_allocate`ing some memory and passing it into
`store_buffer_create`.
+
+See a [[ramdisk example|examples/ramdisk]].