about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shell/README.md')
-rw-r--r--shell/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/README.md b/shell/README.md
index 3da63cf4..511a7348 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -26,6 +26,12 @@ Load an s-expression into it:
 $ echo '(+ 1 1)' |dd of=data.img conv=notrunc
 ```
 
+You can also try one of the files of definitions in this directory (`*.limg`).
+
+```sh
+$ cat iter.limg |dd of=data.img conv=notrunc
+```
+
 Now run with both code and data disks:
 ```sh
 $ qemu-system-i386 -enable-kvm -hda code.img -hdb data.img