This commit is contained in:
travis-update-bot
2016-01-02 15:36:55 +00:00
parent 6c81a67a65
commit aa91bf7f2d
4 changed files with 6 additions and 6 deletions

View File

@@ -214,7 +214,7 @@ Now it's time to boot our OS. We will use [QEMU]:
[QEMU]: https://en.wikipedia.org/wiki/QEMU
```
qemu-system-x86_64 -drive format=raw,file=os.iso
qemu-system-x86_64 -cdrom os.iso
```
![qemu output](/images/qemu-ok.png)
@@ -268,7 +268,7 @@ clean:
@rm -r build
run: $(iso)
@qemu-system-x86_64 -drive format=raw,file=$(iso)
@qemu-system-x86_64 -cdrom $(iso)
iso: $(iso)