mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user