This commit is contained in:
Kartik K. Agaram 2021-04-25 21:35:14 -07:00
parent a68ecc0184
commit 1a18c9e24b
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $ echo '(+ 1 1)' |dd of=data.img conv=notrunc
You can also try one of the files of definitions in this directory (`*.limg`). You can also try one of the files of definitions in this directory (`*.limg`).
```sh ```sh
$ cat iterative-definitions.limg |dd of=data.img conv=notrunc $ cat data.limg |dd of=data.img conv=notrunc
``` ```
Now run with both code and data disks: Now run with both code and data disks: