diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 07:37:05 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 07:37:05 -0700 |
commit | aab93d7538fe9835739fd3dc35c6a7af09820ed9 (patch) | |
tree | 6ce24a64f5f2ebffc4e1fc1b89ca033692983f42 /shell | |
parent | 0f0d615ec451d685c0cd7c6c0d7e0d558ab96df9 (diff) | |
download | mu-aab93d7538fe9835739fd3dc35c6a7af09820ed9.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/README.md | 2 |
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 ``` |