From fb86f99cdba114f630f4a60e179fa05ceba8e01f Mon Sep 17 00:00:00 2001 From: espes Date: Tue, 8 Sep 2015 09:59:14 +1000 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`