diff --git a/Getting-Started.md b/Getting-Started.md index 260fab9..9ac66d6 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -63,7 +63,7 @@ On Linux, you can use [KVM](http://www.linux-kvm.org/page/Main_Page) by passing To skip the Xbox logo animation you can pass `short_animation` to the -machine option (Example: `-machine xbox,short_animation,bootrom=mcpx_rom.bin`). -To run a game from a Xbox DVD image (xiso) you must specify a `file` for the DVD device +To run a game from a Xbox DVD image you must specify a `file` for the DVD device ## Debugging Tips * QEMU can host a gdb stub! Launch with ```-s -S```, and with gdb run `target remote localhost:1234`