Updated Getting Started (markdown)

espes 2015-09-08 09:59:14 +10:00
parent e8a93c5316
commit fb86f99cdb
1 changed files with 1 additions and 1 deletions

@ -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 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 ## Debugging Tips
* QEMU can host a gdb stub! Launch with ```-s -S```, and with gdb run `target remote localhost:1234` * QEMU can host a gdb stub! Launch with ```-s -S```, and with gdb run `target remote localhost:1234`