summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
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]].