about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shell/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/README.md b/shell/README.md
index 654ff8d6..3a9cdf3c 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -18,7 +18,7 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
 2. Create a data disk with a library of functions.
 
   ```sh
-  dd if=/dev/zero of=data.img count=20160
+  dd if=/dev/zero of=data.img count=20160         # approximately 10MB
   dd if=shell/data.limg of=data.img conv=notrunc
   ```