Updated Getting Started (markdown)

espes 2013-11-25 01:20:23 -08:00
parent 2d73733646
commit 576daaab0d
1 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@
## Compile XQEMU ## Compile XQEMU
### For Mac OS X ### For Mac OS X
./configure --cc=clang --enable-debug --enable-opengl --disable-vnc --disable-user --disable-kvm --disable-xen --with-coroutine=sigaltstack --target-list=xbox-softmmu ./configure --cc=clang --enable-opengl --disable-vnc --disable-user --disable-kvm --disable-xen --with-coroutine=sigaltstack --target-list=xbox-softmmu --enable-debug
make make
### For Windows ### For Windows
It's complicated! See FK's [excellent writeup](https://docs.google.com/document/d/1vW1XAdqC4r8RP6Vfb3F3cOulVuRIDBElGZx94JlIe4c/pub). It's complicated! See FK's [excellent writeup](https://docs.google.com/document/d/1vW1XAdqC4r8RP6Vfb3F3cOulVuRIDBElGZx94JlIe4c/pub).
@ -23,4 +23,4 @@ Create an Xbox hard-disk image:
Launch XQEMU with something like... Launch XQEMU with something like...
xbox-softmmu/qemu-system-i386 -cpu pentium3 -M xbox,bootrom=mcpx_rom.bin -m 64 -drive file=xbox_harddisk.qcow2,index=0,media=disk,locked=on -drive index=1,media=cdrom -bios xbox_bios.bin xbox-softmmu/qemu-system-xbox -cpu pentium3 -M xbox,bootrom=mcpx_rom.bin -m 64 -drive file=xbox_harddisk.qcow2,index=0,media=disk,locked=on -drive index=1,media=cdrom -bios xbox_bios.bin -usb -device usb-xbox-gamepad