From bf7aec6fb8580d2db9111e853ad3944518690d4a Mon Sep 17 00:00:00 2001 From: espes Date: Sat, 7 Dec 2013 02:36:06 -0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 60e69f0..f651612 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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```