mirror of https://github.com/xqemu/xqemu.git
Updated Getting Started (markdown)
parent
e8a93c5316
commit
fb86f99cdb
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue