This commit is contained in:
Kartik K. Agaram 2021-03-22 22:28:35 -07:00
parent 02b0317c3b
commit b2e9887b83
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Load an s-expression into it:
$ echo '(+ 1 1)' |dd of=data.img conv=notrunc
```
4. Now run with both code and data disks:
Now run with both code and data disks:
```sh
$ qemu-system-i386 -hda disk.img -hdb data.img
```