about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 07:37:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 07:37:05 -0700
commitaab93d7538fe9835739fd3dc35c6a7af09820ed9 (patch)
tree6ce24a64f5f2ebffc4e1fc1b89ca033692983f42
parent0f0d615ec451d685c0cd7c6c0d7e0d558ab96df9 (diff)
downloadmu-aab93d7538fe9835739fd3dc35c6a7af09820ed9.tar.gz
.
-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
   ```