mirror of https://github.com/xqemu/xqemu.git
Updated Getting Started (markdown)
parent
ca9cba85df
commit
bf7aec6fb8
|
@ -13,9 +13,15 @@ It's complicated! See FK's [excellent writeup](https://docs.google.com/document/
|
|||
XQEMU is a Low-Level Emulator, so you need to find a copy of the stuff the Xbox runs when it turns on:
|
||||
|
||||
* Xbox MCP-X boot rom
|
||||
* Xbox 1.0 compatible bios (3944, 4034, 4036 or 4627)
|
||||
* Xbox 1.0 compatible bios (cromwell, 3944, 4034, 4036 or 4627)
|
||||
* Xbox dashboard files
|
||||
|
||||
Here are some hashes. Check them to avoid common problems:
|
||||
|
||||
MD5 (mcpx_1.0.bin) = d49c52a4102f6df7bcf8d0617ac475ed
|
||||
MD5 (3944_1M.bin) = e8b39b98cf775496c1c76e4f7756e6ed
|
||||
MD5 (3944_256k.bin) = 542c62cb976a4993c8c5027dff9638ce
|
||||
|
||||
Create an Xbox hard-disk image:
|
||||
* Create an xboxhdm cd-rom with the dashboard files
|
||||
* Create a blank hard-disk file: ```qemu-img create -f qcow2 xbox_harddisk.qcow2 8G```
|
||||
|
|
Loading…
Reference in New Issue