Use -cdrom instead of -drive as it's shorter

Right now, it does not matter whether we boot from a drive or a cdrom. Therefore we use the shorter `-cdrom`.
This commit is contained in:
Philipp Oppermann
2016-01-02 16:26:54 +01:00
parent d57657ac29
commit be251361fa
5 changed files with 8 additions and 8 deletions

View File

@@ -232,7 +232,7 @@ Such a boot loop is most likely caused by some [CPU exception][exception table].
[Triple Fault]: http://wiki.osdev.org/Triple_Fault
```
> qemu-system-x86_64 -d int -no-reboot -drive format=raw,file=build/os-x86_64.iso
> qemu-system-x86_64 -d int -no-reboot -cdrom build/os-x86_64.iso
SMM: enter
...
SMM: after RSM