Updated Getting Started (markdown)

espes 2015-11-29 13:54:57 +11:00
parent fb86f99cdb
commit 39afc27323
1 changed files with 4 additions and 2 deletions

@ -40,7 +40,7 @@ XQEMU is a Low-Level Emulator, so you need to find a copy of the stuff the Xbox
* Xbox MCP-X boot rom * Xbox MCP-X boot rom
* Xbox 1.0 compatible bios (cromwell, 3944, 4034, 4036, ...) * Xbox 1.0 compatible bios (cromwell, 3944, 4034, 4036, ...)
* Xbox dashboard files on a disk image * Xbox dashboard files on a hard disk image
Here are some hashes. Check them to avoid common problems: Here are some hashes. Check them to avoid common problems:
@ -50,7 +50,9 @@ Here are some hashes. Check them to avoid common problems:
If your mcpx dump has an MD5 of 196a5f59a13382c185636e691d6c323d you dumped it badly. It should start with 0x33 0xC0 and end with 0x02 0xEE. If your mcpx dump has an MD5 of 196a5f59a13382c185636e691d6c323d you dumped it badly. It should start with 0x33 0xC0 and end with 0x02 0xEE.
Create an Xbox hard-disk image: Note: Just like a real xbox, a retail bios will not boot unsigned software. People have reported success with the '4627' modified bios.
Create an Xbox hard-disk image, using xboxhdm or otherwise:
* Create an [xboxhdm](http://sourceforge.net/projects/xboxhdm2/) cd-rom with the dashboard files * Create an [xboxhdm](http://sourceforge.net/projects/xboxhdm2/) cd-rom with the dashboard files
* Create a blank hard-disk file: ```qemu-img create -f qcow2 xbox_harddisk.qcow2 8G``` * Create a blank hard-disk file: ```qemu-img create -f qcow2 xbox_harddisk.qcow2 8G```
* Run xboxhdm with qemu or something: ```i386-softmmu/qemu-system-i386 -hda xbox_harddisk.qcow2 -cdrom linux.iso``` * Run xboxhdm with qemu or something: ```i386-softmmu/qemu-system-i386 -hda xbox_harddisk.qcow2 -cdrom linux.iso```