Updated Getting Started (markdown)

espes 2013-12-07 02:36:06 -08:00
parent ca9cba85df
commit bf7aec6fb8
1 changed files with 7 additions and 1 deletions

@ -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```