This commit is contained in:
Kartik K. Agaram 2021-10-30 07:37:05 -07:00
parent 0f0d615ec4
commit aab93d7538
1 changed files with 1 additions and 1 deletions

View File

@ -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
```