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