From 576daaab0d662229419f4af8a67ef255620ed5af Mon Sep 17 00:00:00 2001 From: espes Date: Mon, 25 Nov 2013 01:20:23 -0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 6844ad3..33e81db 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -3,7 +3,7 @@ ## Compile XQEMU ### 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 ### For Windows 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... - 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 \ No newline at end of file