diff --git a/docs/!Pages-That-Need-Updates.md b/docs/!Pages-That-Need-Updates.md deleted file mode 100644 index a26f10f2..00000000 --- a/docs/!Pages-That-Need-Updates.md +++ /dev/null @@ -1,6 +0,0 @@ -# Pages That Need Updates - -Some pages need edits to remain useful or become more beautiful. - -- [XCP](/Xbox-360-System-Software/XCP) needs a full file format spec written up for it. -- [XConfig](/Xbox-360-System-Software/XConfig)'s spec (Notes section) should be converted to a markdown table. diff --git a/docs/!Pages_That_Need_Updates.md b/docs/!Pages_That_Need_Updates.md new file mode 100644 index 00000000..3ae6f7a0 --- /dev/null +++ b/docs/!Pages_That_Need_Updates.md @@ -0,0 +1,10 @@ +# Pages That Need Updates + +Some pages need edits to remain useful or become more beautiful. + +- [SFCX](/System-Software/SFCX) is blank! What is it? +- [STFS](/System-Software/Formats/STFS) needs the base sequence written up + - halotroop2288 is working on this! + - https://github.com/halotroop2288/kaitai_struct_formats/blob/pr/xbox/filesystem/stfs.ksy +- [XCP](/System-Software/Formats/XCP) needs a full file format spec written up for it. +- [XConfig](/System-Software/Formats/XConfig)'s spec (Notes section) should be converted to a markdown table. diff --git a/docs/!Pages_with_missing_images.md b/docs/!Pages_with_missing_images.md new file mode 100644 index 00000000..bc8bd83b --- /dev/null +++ b/docs/!Pages_with_missing_images.md @@ -0,0 +1,5 @@ +# Pages with missing images + +- [DVD Drive](Hardware/Console/DVD_Drive) +- [NAND](Hardware/Console/NAND) "Atmel2.jpg" +- [Wifi Adapter](Hardware/Accessories/Wifi_Adapter.md) diff --git a/docs/Category_Pages_with_missing_images.md b/docs/Category_Pages_with_missing_images.md deleted file mode 100644 index 8f98333d..00000000 --- a/docs/Category_Pages_with_missing_images.md +++ /dev/null @@ -1,3 +0,0 @@ -# Category: Pages with missing images - -[DVD Drive](../DVD_Drive) diff --git a/docs/Category_Template_documentation.md b/docs/Category_Template_documentation.md index 129abc02..d35f28f8 100644 --- a/docs/Category_Template_documentation.md +++ b/docs/Category_Template_documentation.md @@ -1,5 +1,5 @@ # Category: Template documentation -[Old Main Page](../Old_Main_Page) +[Old Main Page](/Old_Main_Page) -[Other OS Loader](../Other_OS_Loader) +[Other OS Loader](/Other_OS_Loader) diff --git a/docs/Xbox-360-Development/Cross_Compiler.md b/docs/Development/Cross_Compiler.md similarity index 97% rename from docs/Xbox-360-Development/Cross_Compiler.md rename to docs/Development/Cross_Compiler.md index ce54f44f..0a2ab0c8 100644 --- a/docs/Xbox-360-Development/Cross_Compiler.md +++ b/docs/Development/Cross_Compiler.md @@ -82,4 +82,4 @@ export PATH=$PATH:/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc64-unknown-linux- You're done. Feel free to configure and compile your [Linux Kernel](../Linux_Kernel). -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/Dumpana.md b/docs/Development/Dumpana.md similarity index 81% rename from docs/Xbox-360-Development/Dumpana.md rename to docs/Development/Dumpana.md index 302c1a57..e425d9e0 100644 --- a/docs/Xbox-360-Development/Dumpana.md +++ b/docs/Development/Dumpana.md @@ -9,4 +9,4 @@ Video-Modes. It's a linux tool. The source is available on the [free60 GIT Repository](../Free60_Git_Repository) in the tools section. -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/Finding_the_right_timing.md b/docs/Development/Finding_the_right_timing.md similarity index 97% rename from docs/Xbox-360-Development/Finding_the_right_timing.md rename to docs/Development/Finding_the_right_timing.md index 107ab168..d488a8a7 100644 --- a/docs/Xbox-360-Development/Finding_the_right_timing.md +++ b/docs/Development/Finding_the_right_timing.md @@ -113,4 +113,4 @@ Make sure ... you got it ;) PS: Those pseudo-code examples don't show the slowdown code for the sake of clarity. -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/Free60_Git_Repository.md b/docs/Development/Free60_Git_Repository.md similarity index 88% rename from docs/Xbox-360-Development/Free60_Git_Repository.md rename to docs/Development/Free60_Git_Repository.md index 5d31f25d..dd660853 100644 --- a/docs/Xbox-360-Development/Free60_Git_Repository.md +++ b/docs/Development/Free60_Git_Repository.md @@ -21,4 +21,4 @@ https://github.com/Free60Project For LibXenon projects - check out the appropriate Github organization: https://github.com/LibxenonProject -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Development](Development) diff --git a/docs/Xbox-360-Development/LibHomebrew.md b/docs/Development/LibHomebrew.md similarity index 96% rename from docs/Xbox-360-Development/LibHomebrew.md rename to docs/Development/LibHomebrew.md index fe878d2a..3f5164e9 100644 --- a/docs/Xbox-360-Development/LibHomebrew.md +++ b/docs/Development/LibHomebrew.md @@ -94,5 +94,5 @@ looks like a promising ground. It contains its own libc implementation, whereas most homebrew projects are using newlib instead. -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Homebrew Software](/Homebrew) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/LibXenon_Examples.md b/docs/Development/LibXenon/Examples.md similarity index 92% rename from docs/Xbox-360-Development/LibXenon_Examples.md rename to docs/Development/LibXenon/Examples.md index ed9f29d5..bee540cf 100644 --- a/docs/Xbox-360-Development/LibXenon_Examples.md +++ b/docs/Development/LibXenon/Examples.md @@ -73,5 +73,5 @@ move all the sourcecode-files of your project into a folder "source" so the Makefile can find them. -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Homebrew Software](/Homebrew) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/LibXenon.md b/docs/Development/LibXenon/index.md similarity index 88% rename from docs/Xbox-360-Development/LibXenon.md rename to docs/Development/LibXenon/index.md index adc7bbba..8806394c 100644 --- a/docs/Xbox-360-Development/LibXenon.md +++ b/docs/Development/LibXenon/index.md @@ -37,8 +37,8 @@ or in \#libXenon on EFnet IRC, ## Sample Code -Example code illustrating **libXenon** use can be found on the [LibXenon Examples](../LibXenon_Examples) +Example code illustrating **libXenon** use can be found on the [LibXenon Examples](/Development/LibXenon/Examples) page. -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Homebrew Software](/Homebrew) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/List_of_development_tools.md b/docs/Development/List_of_development_tools.md similarity index 92% rename from docs/Xbox-360-Development/List_of_development_tools.md rename to docs/Development/List_of_development_tools.md index 7e213cb4..71d107ab 100644 --- a/docs/Xbox-360-Development/List_of_development_tools.md +++ b/docs/Development/List_of_development_tools.md @@ -2,11 +2,10 @@ These **Development Tools** can help you develop legal homebrew applications and games for the Xbox 360. The most important tool for -Xbox 360 development is [Xenon Toolchain](../Xenon_Toolchain), a +Xbox 360 development is [Xenon Toolchain](/Development/Xenon_Toolchain), a port of the GCC toolchain along with supporting system libraries. The development tools listed below make development easier or to add -additional -functionality. +additional functionality. ## Core development @@ -41,4 +40,4 @@ functionality. | --------------- | --------------- | ----------------------- | | Placeholder | Placeholder | Description Placeholder | -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/Run_Code.md b/docs/Development/Run_Code.md similarity index 93% rename from docs/Xbox-360-Development/Run_Code.md rename to docs/Development/Run_Code.md index 1980fa3a..4c0dbe1b 100644 --- a/docs/Xbox-360-Development/Run_Code.md +++ b/docs/Development/Run_Code.md @@ -82,7 +82,7 @@ and cannot be attached to a PC serial port directly. Even if you are working with xorloser's loader, a serial cable can be very useful for debugging purposes. -[Category: Xbox 360 Development](../Category_Xbox360_Development) -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) -[Category: Support](../Category_Support) +[Category: Development](/Development) +[Category: Homebrew Software](/Homebrew) +[Category: Hardware](/Hardware) +[Category: Support](/Support) diff --git a/docs/Xbox-360-Development/Starting_Homebrew_Development.md b/docs/Development/Starting_Homebrew_Development.md similarity index 85% rename from docs/Xbox-360-Development/Starting_Homebrew_Development.md rename to docs/Development/Starting_Homebrew_Development.md index 34d2923a..194f7e60 100644 --- a/docs/Xbox-360-Development/Starting_Homebrew_Development.md +++ b/docs/Development/Starting_Homebrew_Development.md @@ -16,5 +16,5 @@ You could start looking at a code example and write a program which (almost) everbody starts with: [Hello World :)](LibXenon_Examples) -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Homebrew Software](/Homebrew) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/UART.md b/docs/Development/UART.md similarity index 92% rename from docs/Xbox-360-Development/UART.md rename to docs/Development/UART.md index 3c8c50ed..963291d8 100644 --- a/docs/Xbox-360-Development/UART.md +++ b/docs/Development/UART.md @@ -93,6 +93,6 @@ It is also possible to use some cheap [cell phone data cables](http://wiki.openwrt.org/oldwiki/openwrtdocs/customizing/hardware/serial_console#cellphone.data.cables) as a PC interface. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) -[Category: Xbox 360 Development](../Category_Xbox360_Development) -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Hardware](/Hardware) +[Category: Development](/Development) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Development/Xenon_Toolchain.md b/docs/Development/Xenon_Toolchain.md similarity index 98% rename from docs/Xbox-360-Development/Xenon_Toolchain.md rename to docs/Development/Xenon_Toolchain.md index 39db71a4..711910aa 100644 --- a/docs/Xbox-360-Development/Xenon_Toolchain.md +++ b/docs/Development/Xenon_Toolchain.md @@ -143,4 +143,4 @@ filename Press Ctrl+X for closing nano Have fun compiling your code ;) -[Category: Xbox 360 Development](../Category_Xbox360_Development) +[Category: Development](/Development) diff --git a/docs/Xbox-360-Development/Xenos_Framebuffer.md b/docs/Development/Xenos_Framebuffer.md similarity index 93% rename from docs/Xbox-360-Development/Xenos_Framebuffer.md rename to docs/Development/Xenos_Framebuffer.md index 0f5fe1b9..3e9159de 100644 --- a/docs/Xbox-360-Development/Xenos_Framebuffer.md +++ b/docs/Development/Xenos_Framebuffer.md @@ -48,5 +48,5 @@ holds at least the following: ` Option        "UseFBDev"      "true"` `EndSection` -[Category: Xbox 360 Development](../Category_Xbox360_Development) -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Development](/Development) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Development/images/J2B1_SCON.png b/docs/Development/images/J2B1_SCON.png similarity index 100% rename from docs/Xbox-360-Development/images/J2B1_SCON.png rename to docs/Development/images/J2B1_SCON.png diff --git a/docs/Xbox-360-Development/images/Uart_all.jpg b/docs/Development/images/Uart_all.jpg similarity index 100% rename from docs/Xbox-360-Development/images/Uart_all.jpg rename to docs/Development/images/Uart_all.jpg diff --git a/docs/Xbox-360-Hacks/King_Kong_Hack.md b/docs/Hacks/King_Kong_Hack.md similarity index 97% rename from docs/Xbox-360-Hacks/King_Kong_Hack.md rename to docs/Hacks/King_Kong_Hack.md index f44ca21f..19f7cea5 100644 --- a/docs/Xbox-360-Hacks/King_Kong_Hack.md +++ b/docs/Hacks/King_Kong_Hack.md @@ -102,8 +102,8 @@ some penguins. Guide: [Here](https://web.archive.org/web/20100315185435/http://forums.xbox-scene.com/index.php?showtopic=595543) -[Debian etch](../Debian-etch) install Script (Recommended) +[Debian etch](/Linux/Debian/etch) install Script (Recommended) -[Ubuntu 7.10](../Ubuntu7_10) install Script +[Ubuntu 7.10](/Linux/Ubuntu/7_10) install Script -[Category: Support](../Category_Support) +[Category: Support](/Support) diff --git a/docs/Xbox-360-Hacks/NAND_Bad_Blocks.md b/docs/Hacks/NAND_Bad_Blocks.md similarity index 98% rename from docs/Xbox-360-Hacks/NAND_Bad_Blocks.md rename to docs/Hacks/NAND_Bad_Blocks.md index b1f2309c..17a4b7e4 100644 --- a/docs/Xbox-360-Hacks/NAND_Bad_Blocks.md +++ b/docs/Hacks/NAND_Bad_Blocks.md @@ -281,5 +281,5 @@ Source: [google-docs](https://web.archive.org/web/20100713001647/https://docs.google.com/View?id=dnfmv5h_23gw47ddgs) \(archive.org mirror\) & [XBH, posted by trancy](http://www.xboxhacker.org/index.php?topic=13618.0) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[Category: Hardware](/Hardware) +[Category: System Software](/System_Software) diff --git a/docs/Xbox-360-Hacks/NAND_Reading.md b/docs/Hacks/NAND_Reading.md similarity index 100% rename from docs/Xbox-360-Hacks/NAND_Reading.md rename to docs/Hacks/NAND_Reading.md diff --git a/docs/Xbox-360-Hacks/Reset_Glitch_Hack.md b/docs/Hacks/Reset_Glitch_Hack.md similarity index 99% rename from docs/Xbox-360-Hacks/Reset_Glitch_Hack.md rename to docs/Hacks/Reset_Glitch_Hack.md index 5095678d..0fb73b40 100644 --- a/docs/Xbox-360-Hacks/Reset_Glitch_Hack.md +++ b/docs/Hacks/Reset_Glitch_Hack.md @@ -499,5 +499,5 @@ engineering, beta testing. Razkar, tuxuser, Ced2911: beta testing. cjak, Redline99, SeventhSon, tmbinc, anyone I forgot... : Prior reverse engineering and/or hacking work on the 360. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: System Software](/System_Software) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hacks/SMC_Hack.md b/docs/Hacks/SMC_Hack.md similarity index 99% rename from docs/Xbox-360-Hacks/SMC_Hack.md rename to docs/Hacks/SMC_Hack.md index e81e54b3..eb44b520 100644 --- a/docs/Xbox-360-Hacks/SMC_Hack.md +++ b/docs/Hacks/SMC_Hack.md @@ -723,5 +723,5 @@ By default, the following memory map is used: But this can be tweaked. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: System Software](/System_Software) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hacks/SPI_Programmer.md b/docs/Hacks/SPI_Programmer.md similarity index 100% rename from docs/Xbox-360-Hacks/SPI_Programmer.md rename to docs/Hacks/SPI_Programmer.md diff --git a/docs/Xbox-360-Hacks/images/16MB.png b/docs/Hacks/images/16MB.png similarity index 100% rename from docs/Xbox-360-Hacks/images/16MB.png rename to docs/Hacks/images/16MB.png diff --git a/docs/Xbox-360-Hacks/images/256-512MB.png b/docs/Hacks/images/256-512MB.png similarity index 100% rename from docs/Xbox-360-Hacks/images/256-512MB.png rename to docs/Hacks/images/256-512MB.png diff --git a/docs/Xbox-360-Hacks/images/H-Slim1.jpg b/docs/Hacks/images/H-Slim1.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim1.jpg rename to docs/Hacks/images/H-Slim1.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim10.jpg b/docs/Hacks/images/H-Slim10.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim10.jpg rename to docs/Hacks/images/H-Slim10.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim11.jpg b/docs/Hacks/images/H-Slim11.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim11.jpg rename to docs/Hacks/images/H-Slim11.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim12.jpg b/docs/Hacks/images/H-Slim12.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim12.jpg rename to docs/Hacks/images/H-Slim12.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim13.jpg b/docs/Hacks/images/H-Slim13.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim13.jpg rename to docs/Hacks/images/H-Slim13.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim14.jpg b/docs/Hacks/images/H-Slim14.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim14.jpg rename to docs/Hacks/images/H-Slim14.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim15.jpg b/docs/Hacks/images/H-Slim15.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim15.jpg rename to docs/Hacks/images/H-Slim15.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim16.jpg b/docs/Hacks/images/H-Slim16.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim16.jpg rename to docs/Hacks/images/H-Slim16.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim17.jpg b/docs/Hacks/images/H-Slim17.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim17.jpg rename to docs/Hacks/images/H-Slim17.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim18.jpg b/docs/Hacks/images/H-Slim18.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim18.jpg rename to docs/Hacks/images/H-Slim18.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim19.jpg b/docs/Hacks/images/H-Slim19.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim19.jpg rename to docs/Hacks/images/H-Slim19.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim2.jpg b/docs/Hacks/images/H-Slim2.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim2.jpg rename to docs/Hacks/images/H-Slim2.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim20.jpg b/docs/Hacks/images/H-Slim20.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim20.jpg rename to docs/Hacks/images/H-Slim20.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim21.jpg b/docs/Hacks/images/H-Slim21.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim21.jpg rename to docs/Hacks/images/H-Slim21.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim22.jpg b/docs/Hacks/images/H-Slim22.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim22.jpg rename to docs/Hacks/images/H-Slim22.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim23.gif b/docs/Hacks/images/H-Slim23.gif similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim23.gif rename to docs/Hacks/images/H-Slim23.gif diff --git a/docs/Xbox-360-Hacks/images/H-Slim24.jpg b/docs/Hacks/images/H-Slim24.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim24.jpg rename to docs/Hacks/images/H-Slim24.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim25.jpg b/docs/Hacks/images/H-Slim25.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim25.jpg rename to docs/Hacks/images/H-Slim25.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim26.jpg b/docs/Hacks/images/H-Slim26.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim26.jpg rename to docs/Hacks/images/H-Slim26.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim27.jpg b/docs/Hacks/images/H-Slim27.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim27.jpg rename to docs/Hacks/images/H-Slim27.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim28.jpg b/docs/Hacks/images/H-Slim28.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim28.jpg rename to docs/Hacks/images/H-Slim28.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim29.jpg b/docs/Hacks/images/H-Slim29.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim29.jpg rename to docs/Hacks/images/H-Slim29.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim3.jpg b/docs/Hacks/images/H-Slim3.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim3.jpg rename to docs/Hacks/images/H-Slim3.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim30.jpg b/docs/Hacks/images/H-Slim30.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim30.jpg rename to docs/Hacks/images/H-Slim30.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim31.jpg b/docs/Hacks/images/H-Slim31.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim31.jpg rename to docs/Hacks/images/H-Slim31.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim32.jpg b/docs/Hacks/images/H-Slim32.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim32.jpg rename to docs/Hacks/images/H-Slim32.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim33.jpg b/docs/Hacks/images/H-Slim33.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim33.jpg rename to docs/Hacks/images/H-Slim33.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim34.jpg b/docs/Hacks/images/H-Slim34.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim34.jpg rename to docs/Hacks/images/H-Slim34.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim35.jpg b/docs/Hacks/images/H-Slim35.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim35.jpg rename to docs/Hacks/images/H-Slim35.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim36.jpg b/docs/Hacks/images/H-Slim36.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim36.jpg rename to docs/Hacks/images/H-Slim36.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim37.jpg b/docs/Hacks/images/H-Slim37.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim37.jpg rename to docs/Hacks/images/H-Slim37.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim38.jpg b/docs/Hacks/images/H-Slim38.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim38.jpg rename to docs/Hacks/images/H-Slim38.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim39.jpg b/docs/Hacks/images/H-Slim39.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim39.jpg rename to docs/Hacks/images/H-Slim39.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim4.jpg b/docs/Hacks/images/H-Slim4.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim4.jpg rename to docs/Hacks/images/H-Slim4.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim40.jpg b/docs/Hacks/images/H-Slim40.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim40.jpg rename to docs/Hacks/images/H-Slim40.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim41.jpg b/docs/Hacks/images/H-Slim41.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim41.jpg rename to docs/Hacks/images/H-Slim41.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim42.jpg b/docs/Hacks/images/H-Slim42.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim42.jpg rename to docs/Hacks/images/H-Slim42.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim43.jpg b/docs/Hacks/images/H-Slim43.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim43.jpg rename to docs/Hacks/images/H-Slim43.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim44.jpg b/docs/Hacks/images/H-Slim44.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim44.jpg rename to docs/Hacks/images/H-Slim44.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim45.jpg b/docs/Hacks/images/H-Slim45.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim45.jpg rename to docs/Hacks/images/H-Slim45.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim46.jpg b/docs/Hacks/images/H-Slim46.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim46.jpg rename to docs/Hacks/images/H-Slim46.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim5.jpg b/docs/Hacks/images/H-Slim5.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim5.jpg rename to docs/Hacks/images/H-Slim5.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim6.jpg b/docs/Hacks/images/H-Slim6.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim6.jpg rename to docs/Hacks/images/H-Slim6.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim7.jpg b/docs/Hacks/images/H-Slim7.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim7.jpg rename to docs/Hacks/images/H-Slim7.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim8.jpg b/docs/Hacks/images/H-Slim8.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim8.jpg rename to docs/Hacks/images/H-Slim8.jpg diff --git a/docs/Xbox-360-Hacks/images/H-Slim9.jpg b/docs/Hacks/images/H-Slim9.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/H-Slim9.jpg rename to docs/Hacks/images/H-Slim9.jpg diff --git a/docs/Xbox-360-Hacks/images/Reverse_JTAG.jpg b/docs/Hacks/images/Reverse_JTAG.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/Reverse_JTAG.jpg rename to docs/Hacks/images/Reverse_JTAG.jpg diff --git a/docs/Xbox-360-Hacks/images/USB_SPI_Programmer.png b/docs/Hacks/images/USB_SPI_Programmer.png similarity index 100% rename from docs/Xbox-360-Hacks/images/USB_SPI_Programmer.png rename to docs/Hacks/images/USB_SPI_Programmer.png diff --git a/docs/Xbox-360-Hacks/images/XBOX360_Fat_NandPro_LPCH2148_PIC18F2455_Diagram.jpg b/docs/Hacks/images/XBOX360_Fat_NandPro_LPCH2148_PIC18F2455_Diagram.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/XBOX360_Fat_NandPro_LPCH2148_PIC18F2455_Diagram.jpg rename to docs/Hacks/images/XBOX360_Fat_NandPro_LPCH2148_PIC18F2455_Diagram.jpg diff --git a/docs/Xbox-360-Hacks/images/XBOX360_Slim_NandPro_LPCH2148_PIC18F2455_Diagram.jpg b/docs/Hacks/images/XBOX360_Slim_NandPro_LPCH2148_PIC18F2455_Diagram.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/XBOX360_Slim_NandPro_LPCH2148_PIC18F2455_Diagram.jpg rename to docs/Hacks/images/XBOX360_Slim_NandPro_LPCH2148_PIC18F2455_Diagram.jpg diff --git a/docs/Xbox-360-Hacks/images/X_Jtag_free60.png b/docs/Hacks/images/X_Jtag_free60.png similarity index 100% rename from docs/Xbox-360-Hacks/images/X_Jtag_free60.png rename to docs/Hacks/images/X_Jtag_free60.png diff --git a/docs/Xbox-360-Hacks/images/ZFOJ_Jtag_free60.jpg b/docs/Hacks/images/ZFOJ_Jtag_free60.jpg similarity index 100% rename from docs/Xbox-360-Hacks/images/ZFOJ_Jtag_free60.jpg rename to docs/Hacks/images/ZFOJ_Jtag_free60.jpg diff --git a/docs/Xbox-360-Hardware/8051_8052.md b/docs/Hardware/8051_8052.md similarity index 79% rename from docs/Xbox-360-Hardware/8051_8052.md rename to docs/Hardware/8051_8052.md index c2a265e2..6b30d958 100644 --- a/docs/Xbox-360-Hardware/8051_8052.md +++ b/docs/Hardware/8051_8052.md @@ -4,4 +4,4 @@ The 8051/8052 is an 8-bit microcontroller developed by Intel in 1980. The 8051/8052 is used in the Xbox 360. It is known as the [SMC](../SMC). It controls the front panel lights, DVD tray, fans, temperature sensors, etc. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Chatpad.md b/docs/Hardware/Accessories/Chatpad.md similarity index 81% rename from docs/Xbox-360-Hardware/Accessories/Chatpad.md rename to docs/Hardware/Accessories/Chatpad.md index 95c54379..86b2e580 100644 --- a/docs/Xbox-360-Hardware/Accessories/Chatpad.md +++ b/docs/Hardware/Accessories/Chatpad.md @@ -5,4 +5,4 @@ of an Xbox 360 [Gamepad](../gamepad) via the [headset](../headset) jack. It is available in the Xbox 360 [Messenger Kit](http://en.wikipedia.org/wiki/Xbox_360_accessories#Messenger_Kit). -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/GamePad.md b/docs/Hardware/Accessories/GamePad.md similarity index 97% rename from docs/Xbox-360-Hardware/Accessories/GamePad.md rename to docs/Hardware/Accessories/GamePad.md index ba5e15e3..9bd24077 100644 --- a/docs/Xbox-360-Hardware/Accessories/GamePad.md +++ b/docs/Hardware/Accessories/GamePad.md @@ -65,4 +65,4 @@ inserting a 3.3 Volts positive regulator between VUSB (red) and VCC on rated for 5V - if anyone has a spare trash controller he could try it without fear of frying the pad... -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Headset.md b/docs/Hardware/Accessories/Headset.md similarity index 83% rename from docs/Xbox-360-Hardware/Accessories/Headset.md rename to docs/Hardware/Accessories/Headset.md index 730f4b92..5f34f088 100644 --- a/docs/Xbox-360-Hardware/Accessories/Headset.md +++ b/docs/Hardware/Accessories/Headset.md @@ -8,4 +8,4 @@ - The old Xbox Live headset will work with the Xbox 360 but volume control must then be done through the dashboard. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Media_Remote.md b/docs/Hardware/Accessories/Media_Remote.md similarity index 99% rename from docs/Xbox-360-Hardware/Accessories/Media_Remote.md rename to docs/Hardware/Accessories/Media_Remote.md index 394a0f77..77bc5625 100644 --- a/docs/Xbox-360-Hardware/Accessories/Media_Remote.md +++ b/docs/Hardware/Accessories/Media_Remote.md @@ -311,4 +311,4 @@ linux. So 'if' a Mediacenter is ever ported to Xbox 360 Linux, you could use the official remote. (IR codes and info retrieved by Icekiller, with SMC.C from tmbinc, small remote by kwkward) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Memory_Unit.md b/docs/Hardware/Accessories/Memory_Unit.md similarity index 98% rename from docs/Xbox-360-Hardware/Accessories/Memory_Unit.md rename to docs/Hardware/Accessories/Memory_Unit.md index bcb01ecf..8368e9b3 100644 --- a/docs/Xbox-360-Hardware/Accessories/Memory_Unit.md +++ b/docs/Hardware/Accessories/Memory_Unit.md @@ -87,4 +87,4 @@ But [SPI](http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus) needs four wires. It's more like I2C which needs only two lines (SDA, SCL) and optionally WP (Write Protect). -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Play_and_Charge_Kit.md b/docs/Hardware/Accessories/Play_and_Charge_Kit.md similarity index 92% rename from docs/Xbox-360-Hardware/Accessories/Play_and_Charge_Kit.md rename to docs/Hardware/Accessories/Play_and_Charge_Kit.md index 38394ae3..7f2698f3 100644 --- a/docs/Xbox-360-Hardware/Accessories/Play_and_Charge_Kit.md +++ b/docs/Hardware/Accessories/Play_and_Charge_Kit.md @@ -16,4 +16,4 @@ serial EEPROM chip. Presumably the controller checks the EEPROM to verify that the battery pack has been charged fewer than a factory-set number of times and stops charging if that number is exceeded. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Webcam.md b/docs/Hardware/Accessories/Webcam.md similarity index 92% rename from docs/Xbox-360-Hardware/Accessories/Webcam.md rename to docs/Hardware/Accessories/Webcam.md index 78dda137..1e2a8ebc 100644 --- a/docs/Xbox-360-Hardware/Accessories/Webcam.md +++ b/docs/Hardware/Accessories/Webcam.md @@ -13,4 +13,4 @@ chatting audio is heard through the microphone. They aren't as popular as they used to be probably because of the Kinect having all of these features and much more built in. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Accessories/Wifi_Adapter.md b/docs/Hardware/Accessories/Wifi_Adapter.md similarity index 98% rename from docs/Xbox-360-Hardware/Accessories/Wifi_Adapter.md rename to docs/Hardware/Accessories/Wifi_Adapter.md index 0be61232..0d3a10a8 100644 --- a/docs/Xbox-360-Hardware/Accessories/Wifi_Adapter.md +++ b/docs/Hardware/Accessories/Wifi_Adapter.md @@ -80,5 +80,5 @@ from *Baseband Processor Product Selection table* -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) [Category: Pages That Need Updates](/!Pages-That-Need-Updates) diff --git a/docs/Xbox-360-Hardware/Accessories/images/Media-remote.jpg b/docs/Hardware/Accessories/images/Media-remote.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Accessories/images/Media-remote.jpg rename to docs/Hardware/Accessories/images/Media-remote.jpg diff --git a/docs/Xbox-360-Hardware/Accessories/images/Vision.cam.jpg b/docs/Hardware/Accessories/images/Vision.cam.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Accessories/images/Vision.cam.jpg rename to docs/Hardware/Accessories/images/Vision.cam.jpg diff --git a/docs/Xbox-360-Hardware/Accessories/images/memory_unit_pinout.jpg b/docs/Hardware/Accessories/images/memory_unit_pinout.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Accessories/images/memory_unit_pinout.jpg rename to docs/Hardware/Accessories/images/memory_unit_pinout.jpg diff --git a/docs/Xbox-360-Hardware/Console/Case.md b/docs/Hardware/Console/Case.md similarity index 93% rename from docs/Xbox-360-Hardware/Console/Case.md rename to docs/Hardware/Console/Case.md index 6fe0817f..eaab923e 100644 --- a/docs/Xbox-360-Hardware/Console/Case.md +++ b/docs/Hardware/Console/Case.md @@ -25,4 +25,4 @@ with a torx T10 screw driver. ![Motherboard](images/Therm_removed.jpg) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/DVD_Drive.md b/docs/Hardware/Console/DVD_Drive.md similarity index 97% rename from docs/Xbox-360-Hardware/Console/DVD_Drive.md rename to docs/Hardware/Console/DVD_Drive.md index 89bc5e94..9ae123a5 100644 --- a/docs/Xbox-360-Hardware/Console/DVD_Drive.md +++ b/docs/Hardware/Console/DVD_Drive.md @@ -106,6 +106,6 @@ opening up the DVD-Rom drive from inside out, Inserting a large DVD, then lifting it up vertically to do not trigger the eject mode, and then inserting a Original XBOX disc will also give you access) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) -[Category: Pages with missing images](../Category_Pages_with_missing_images) +[Category: Pages with missing images](/Pages_with_missing_images) diff --git a/docs/Xbox-360-Hardware/Console/Ethernet.md b/docs/Hardware/Console/Ethernet.md similarity index 95% rename from docs/Xbox-360-Hardware/Console/Ethernet.md rename to docs/Hardware/Console/Ethernet.md index 47a69b07..23b4cba7 100644 --- a/docs/Xbox-360-Hardware/Console/Ethernet.md +++ b/docs/Hardware/Console/Ethernet.md @@ -50,4 +50,4 @@ There are different models of this board used: ![Module pinout](images/x360s_wifi_module_pinout.jpg) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/HDD.md b/docs/Hardware/Console/HDD.md similarity index 98% rename from docs/Xbox-360-Hardware/Console/HDD.md rename to docs/Hardware/Console/HDD.md index f4e060e4..2ee7c10e 100644 --- a/docs/Xbox-360-Hardware/Console/HDD.md +++ b/docs/Hardware/Console/HDD.md @@ -103,4 +103,4 @@ This table plus more info can be found in the electrical specification [here](ht - [http://www.xbox-linux.org/wiki/Xbox_Partitioning_and_Filesystem_Details] - [http://www.xbox-linux.org/wiki/Differences_between_Xbox_FATX_and_MS-DOS_FAT] -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Memory.md b/docs/Hardware/Console/Memory.md similarity index 92% rename from docs/Xbox-360-Hardware/Console/Memory.md rename to docs/Hardware/Console/Memory.md index 66d287c8..637e59c4 100644 --- a/docs/Xbox-360-Hardware/Console/Memory.md +++ b/docs/Hardware/Console/Memory.md @@ -23,4 +23,4 @@ - 21.6 GB/s front-side bus - [Southbridge](../Southbridge) bandwidth of 500 MB/s. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Motherboard.md b/docs/Hardware/Console/Motherboard.md similarity index 97% rename from docs/Xbox-360-Hardware/Console/Motherboard.md rename to docs/Hardware/Console/Motherboard.md index d614ad49..7dad3858 100644 --- a/docs/Xbox-360-Hardware/Console/Motherboard.md +++ b/docs/Hardware/Console/Motherboard.md @@ -60,4 +60,4 @@ information on an exposed bus again though. - [http://g-prime.net/x360/open/](https://web.archive.org/web/20090110154123/http://www.g-prime.net/x360/open/) \(archive.org mirror\) - [http://www.darkmoon.org/xbox360_photos.htm](https://web.archive.org/web/20150609103520/http://www.darkmoon.org/xbox360_photos.htm) \(archive.org mirror\) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/NAND/images/Eeprom.jpg b/docs/Hardware/Console/NAND/images/Eeprom.jpg similarity index 100% rename from docs/Xbox-360-Hardware/NAND/images/Eeprom.jpg rename to docs/Hardware/Console/NAND/images/Eeprom.jpg diff --git a/docs/Xbox-360-Hardware/NAND/images/Flash.jpg b/docs/Hardware/Console/NAND/images/Flash.jpg similarity index 100% rename from docs/Xbox-360-Hardware/NAND/images/Flash.jpg rename to docs/Hardware/Console/NAND/images/Flash.jpg diff --git a/docs/Xbox-360-Hardware/NAND/images/Nandpinout.png b/docs/Hardware/Console/NAND/images/Nandpinout.png similarity index 100% rename from docs/Xbox-360-Hardware/NAND/images/Nandpinout.png rename to docs/Hardware/Console/NAND/images/Nandpinout.png diff --git a/docs/Xbox-360-Hardware/NAND/images/Nandreadpins.jpg b/docs/Hardware/Console/NAND/images/Nandreadpins.jpg similarity index 100% rename from docs/Xbox-360-Hardware/NAND/images/Nandreadpins.jpg rename to docs/Hardware/Console/NAND/images/Nandreadpins.jpg diff --git a/docs/Xbox-360-Hardware/NAND/images/X360Pro_noeeprom.jpg b/docs/Hardware/Console/NAND/images/X360Pro_noeeprom.jpg similarity index 100% rename from docs/Xbox-360-Hardware/NAND/images/X360Pro_noeeprom.jpg rename to docs/Hardware/Console/NAND/images/X360Pro_noeeprom.jpg diff --git a/docs/Xbox-360-Hardware/NAND/index.md b/docs/Hardware/Console/NAND/index.md similarity index 99% rename from docs/Xbox-360-Hardware/NAND/index.md rename to docs/Hardware/Console/NAND/index.md index f37e772e..e3722c12 100644 --- a/docs/Xbox-360-Hardware/NAND/index.md +++ b/docs/Hardware/Console/NAND/index.md @@ -202,4 +202,4 @@ datasheet. - [Xbox 360 NAND Editor](http://www.megaupload.com/?d=LGF518J0) by stoker25, open source and semi-complete, has code to do with bootloaders/keyvault/filesystem -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Northbridge.md b/docs/Hardware/Console/Northbridge.md similarity index 88% rename from docs/Xbox-360-Hardware/Console/Northbridge.md rename to docs/Hardware/Console/Northbridge.md index 86d05774..a92061f0 100644 --- a/docs/Xbox-360-Hardware/Console/Northbridge.md +++ b/docs/Hardware/Console/Northbridge.md @@ -15,4 +15,4 @@ The Xbox 360's North Bridge is integrated into the system's [Xenos - 500MB/s read/write (1GB/s total) SIS [Southbridge](../Southbridge) interface (PCI express) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Revisions/Falcon.md b/docs/Hardware/Console/Revisions/Falcon.md similarity index 96% rename from docs/Xbox-360-Hardware/Console/Revisions/Falcon.md rename to docs/Hardware/Console/Revisions/Falcon.md index b0ab7a41..37760d61 100644 --- a/docs/Xbox-360-Hardware/Console/Revisions/Falcon.md +++ b/docs/Hardware/Console/Revisions/Falcon.md @@ -41,4 +41,4 @@ they were shipped in. - **Opus only available from Xenon being repaired by MS** - Very Rare -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Revisions/Jasper.md b/docs/Hardware/Console/Revisions/Jasper.md similarity index 97% rename from docs/Xbox-360-Hardware/Console/Revisions/Jasper.md rename to docs/Hardware/Console/Revisions/Jasper.md index addc48f5..08dc539b 100644 --- a/docs/Xbox-360-Hardware/Console/Revisions/Jasper.md +++ b/docs/Hardware/Console/Revisions/Jasper.md @@ -48,4 +48,4 @@ Same as Jasper (V4) other than some minor changes. - Special edition consoles: Modern Warfare 2 Consoles - Last of the original style 360 systems -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Revisions/Trinity.md b/docs/Hardware/Console/Revisions/Trinity.md similarity index 90% rename from docs/Xbox-360-Hardware/Console/Revisions/Trinity.md rename to docs/Hardware/Console/Revisions/Trinity.md index 0f60fef5..781be605 100644 --- a/docs/Xbox-360-Hardware/Console/Revisions/Trinity.md +++ b/docs/Hardware/Console/Revisions/Trinity.md @@ -4,7 +4,7 @@ that it's codename was **Valhalla**, but after looking through debug files it was found that this is not the case. It no longer has Memory Unit ports. It has a special port for connecting the [Kinect](Kinect) peripheral, which provides power to the -device instead of plugging it in seperately. It also features a single +device instead of plugging it in separately. It also features a single chip that contains the CPU, GPU and eDRAM, with a 45nm die size. The Xbox 360 Slim, and as a result, the motherboard are much smaller than the original. It also contains an internal USB port which has a 802.11n @@ -25,4 +25,4 @@ replaced with a single red power light on any errors. - No more RROD, simple red power light on error (unknown on more detail) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Xbox_360_Motherboards.md b/docs/Hardware/Console/Revisions/index.md similarity index 98% rename from docs/Xbox-360-Hardware/Console/Xbox_360_Motherboards.md rename to docs/Hardware/Console/Revisions/index.md index 1855c1c0..90764162 100644 --- a/docs/Xbox-360-Hardware/Console/Xbox_360_Motherboards.md +++ b/docs/Hardware/Console/Revisions/index.md @@ -5,8 +5,10 @@ etc.), added new features (HDMI, etc.) and patched the SMC/JTAG exploit. This pages lists off all known motherboard revisions, their changes as well as links to their respective pages. + ## [Xenon](Xenon_(Motherboard)) (V1) @@ -176,4 +178,4 @@ Corona Sources: [Source 1](http://en.wikipedia.org/wiki/Xbox_360_technical_specifications#List_of_revisions) [Source 2](https://web.archive.org/web/20160515071713/http://www.xboxhacker.org/index.php?topic=17143.0) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/SMC.md b/docs/Hardware/Console/SMC.md similarity index 98% rename from docs/Xbox-360-Hardware/Console/SMC.md rename to docs/Hardware/Console/SMC.md index 368e3216..daf0f2ba 100644 --- a/docs/Xbox-360-Hardware/Console/SMC.md +++ b/docs/Hardware/Console/SMC.md @@ -86,4 +86,4 @@ int smc_read_reply(void *msg) | ---- | ----- | --------------- | --------- | | 0x83 | 2 | `83 64` | SMC event | -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/SMC_Command_0x01.md b/docs/Hardware/Console/SMC_Command_0x01.md similarity index 100% rename from docs/Xbox-360-Hardware/Console/SMC_Command_0x01.md rename to docs/Hardware/Console/SMC_Command_0x01.md diff --git a/docs/Xbox-360-Hardware/Console/SMC_Command_0x82.md b/docs/Hardware/Console/SMC_Command_0x82.md similarity index 100% rename from docs/Xbox-360-Hardware/Console/SMC_Command_0x82.md rename to docs/Hardware/Console/SMC_Command_0x82.md diff --git a/docs/Xbox-360-Hardware/Console/SPI.md b/docs/Hardware/Console/SPI.md similarity index 70% rename from docs/Xbox-360-Hardware/Console/SPI.md rename to docs/Hardware/Console/SPI.md index cf94c65e..39f6e8b9 100644 --- a/docs/Xbox-360-Hardware/Console/SPI.md +++ b/docs/Hardware/Console/SPI.md @@ -2,7 +2,7 @@ The SPI bus (Serial Peripheral Interface) on the Xbox 360 is mainly used for communicating with the [NAND-Flash Controller (SFCX)](NAND#Flash_Controllers), -an [SPI Programmer](/Xbox-360-Hacks/SPI_Programmer) is needed for this. The bus +an [SPI Programmer](/Hacks/SPI_Programmer) is needed for this. The bus consists of the following signals: | Name | Description | @@ -21,10 +21,10 @@ The Diagram matches following Xbox 360 Motherboard-revisions: [Xenon](Xenon), [Zephyr](Zephyr), [Falcon](Falcon), [Opus](Opus), [Jasper](Jasper). -![Xbox 360 FAT NANDPro Diagram](/Xbox-360-Hacks/images/XBOX360_Fat_NandPro_LPCH2148_PIC18F2455_Diagram.jpg) +![Xbox 360 FAT NANDPro Diagram](/Hacks/images/XBOX360_Fat_NandPro_LPCH2148_PIC18F2455_Diagram.jpg) # SLIM Motherboard The Diagram can be used for Xbox 360 Motherboard-revision: [Trinity](Trinity) -![Xbox 360 Slim NANDPro Diagram](/Xbox-360-Hacks/images/XBOX360_Slim_NandPro_LPCH2148_PIC18F2455_Diagram.jpg) +![Xbox 360 Slim NANDPro Diagram](/Hacks/images/XBOX360_Slim_NandPro_LPCH2148_PIC18F2455_Diagram.jpg) diff --git a/docs/Stereo_DAC.md b/docs/Hardware/Console/Stereo_DAC.md similarity index 91% rename from docs/Stereo_DAC.md rename to docs/Hardware/Console/Stereo_DAC.md index 96aa104c..a35ad313 100644 --- a/docs/Stereo_DAC.md +++ b/docs/Hardware/Console/Stereo_DAC.md @@ -11,4 +11,4 @@ decoupling on the Digital and Analogue supply pins and 'CAP' pin thin. Voltage regs are miles away and have other components deriving power from the same rail's, which also has really thin traces. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Hardware](/Hardware) diff --git a/docs/USB.md b/docs/Hardware/Console/USB.md similarity index 84% rename from docs/USB.md rename to docs/Hardware/Console/USB.md index 9d24dd8f..9fe66c86 100644 --- a/docs/USB.md +++ b/docs/Hardware/Console/USB.md @@ -5,15 +5,14 @@ on the back) The Xbox 360 added official support for using USB drives as a mean of storing Xbox 360 files on April 6, 2010. Files are stored to the flash -drive by using files within a hidden folder (Root\\Xbox360\\) that use -the [FATX](FATX) file system. +drive by using files within a hidden folder (Root\\Xbox360\\) that are +mounted with the [FATX](FATX) file system. ## Confirmed Facts Can be used to add hard disk and get around DRM. -SEE: [USB Hard Drive -Mod](https://web.archive.org/web/20141105161019/http://www.llamma.com/xbox360/mods/USB%20Hard%20Drive%20Mod.htm) +SEE: [USB Hard Drive Mod](https://web.archive.org/web/20141105161019/http://www.llamma.com/xbox360/mods/USB%20Hard%20Drive%20Mod.htm) ## Speculation @@ -32,4 +31,4 @@ Mod](https://web.archive.org/web/20141105161019/http://www.llamma.com/xbox360/mo act as a Slave, a driver \[on the xbox\] would still need to be present for any usb endpoints to exist. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Xenon_(CPU).md b/docs/Hardware/Console/Xenon_(CPU).md similarity index 95% rename from docs/Xbox-360-Hardware/Console/Xenon_(CPU).md rename to docs/Hardware/Console/Xenon_(CPU).md index 70f0617d..c37fd3ff 100644 --- a/docs/Xbox-360-Hardware/Console/Xenon_(CPU).md +++ b/docs/Hardware/Console/Xenon_(CPU).md @@ -1,6 +1,8 @@ # Xenon CPU -![Xenon CPU](images/KL_Microsoft_XBOX_380_CPU_ES.jpg) **Xenon** (not to be confused with [Xenos](Xenos_(GPU))) is the CPU that is used +![Xenon CPU](images/KL_Microsoft_XBOX_380_CPU_ES.jpg) + +**Xenon** (not to be confused with [Xenos](Xenos_(GPU))) is the CPU that is used in the Xbox 360. The processor, internally codenamed *Waternoose* by IBM and XCPU by Microsoft. "The basic design is a 64-bit *PowerPC* architecture, with the complete *PowerPC ISA available*." @@ -75,4 +77,4 @@ hardware threads available to games. Each individual core also includes - [POWER4](http://en.wikipedia.org/wiki/POWER4) at Wikipedia - [CPU Chip for Xbox 360 Manufacturing Overview, FSB, PPC Core, VMX & FPU, & L2 Cache block diagrams](https://web.archive.org/web/20100328024533/http://www.ccw.com.cn/notebook/pczx/sy/htm2005/20051028_16OMI.htm) from IBM -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Xenon_(Motherboard).md b/docs/Hardware/Console/Xenon_(Motherboard).md similarity index 91% rename from docs/Xbox-360-Hardware/Console/Xenon_(Motherboard).md rename to docs/Hardware/Console/Xenon_(Motherboard).md index af0e3e6a..1612f8ba 100644 --- a/docs/Xbox-360-Hardware/Console/Xenon_(Motherboard).md +++ b/docs/Hardware/Console/Xenon_(Motherboard).md @@ -13,4 +13,4 @@ GPU chip warps away from the motherboard because of excessive heat. ![Xbox 360 Xenon Motherboard](images/Xbox_360_revisions_xenon_motherboard.jpg "Xenon Revision Motherboard") -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/Xenos_(GPU).md b/docs/Hardware/Console/Xenos_(GPU).md similarity index 98% rename from docs/Xbox-360-Hardware/Console/Xenos_(GPU).md rename to docs/Hardware/Console/Xenos_(GPU).md index b50b3ccb..10b1a834 100644 --- a/docs/Xbox-360-Hardware/Console/Xenos_(GPU).md +++ b/docs/Hardware/Console/Xenos_(GPU).md @@ -69,4 +69,4 @@ framebuffer blit functions, or is everybody mmap()ing? -- Ge0rG 15:03, Arch](http://developer.amd.com/wordpress/media/2012/10/R700-Family_Instruction_Set_Architecture.pdf) at developer.amd.com -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Console/images/88W8786U-NAP2.JPG b/docs/Hardware/Console/images/88W8786U-NAP2.JPG similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/88W8786U-NAP2.JPG rename to docs/Hardware/Console/images/88W8786U-NAP2.JPG diff --git a/docs/Xbox-360-Hardware/Console/images/Face_removedzz.jpg b/docs/Hardware/Console/images/Face_removedzz.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Face_removedzz.jpg rename to docs/Hardware/Console/images/Face_removedzz.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Hd_open4.jpg b/docs/Hardware/Console/images/Hd_open4.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Hd_open4.jpg rename to docs/Hardware/Console/images/Hd_open4.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Hd_outL.jpg b/docs/Hardware/Console/images/Hd_outL.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Hd_outL.jpg rename to docs/Hardware/Console/images/Hd_outL.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Hdd_unscrew.jpg b/docs/Hardware/Console/images/Hdd_unscrew.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Hdd_unscrew.jpg rename to docs/Hardware/Console/images/Hdd_unscrew.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/ICS1893BF.jpg b/docs/Hardware/Console/images/ICS1893BF.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/ICS1893BF.jpg rename to docs/Hardware/Console/images/ICS1893BF.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/KL_Microsoft_XBOX_380_CPU_ES.jpg b/docs/Hardware/Console/images/KL_Microsoft_XBOX_380_CPU_ES.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/KL_Microsoft_XBOX_380_CPU_ES.jpg rename to docs/Hardware/Console/images/KL_Microsoft_XBOX_380_CPU_ES.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Samsung_HDD_Front.jpg b/docs/Hardware/Console/images/Samsung_HDD_Front.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Samsung_HDD_Front.jpg rename to docs/Hardware/Console/images/Samsung_HDD_Front.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Satapinout3.jpg b/docs/Hardware/Console/images/Satapinout3.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Satapinout3.jpg rename to docs/Hardware/Console/images/Satapinout3.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Therm_removed.jpg b/docs/Hardware/Console/images/Therm_removed.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Therm_removed.jpg rename to docs/Hardware/Console/images/Therm_removed.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Underside3.jpg b/docs/Hardware/Console/images/Underside3.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Underside3.jpg rename to docs/Hardware/Console/images/Underside3.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/Xbox_360_revisions_xenon_motherboard.jpg b/docs/Hardware/Console/images/Xbox_360_revisions_xenon_motherboard.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/Xbox_360_revisions_xenon_motherboard.jpg rename to docs/Hardware/Console/images/Xbox_360_revisions_xenon_motherboard.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/x360s_wifi_module_back.jpg b/docs/Hardware/Console/images/x360s_wifi_module_back.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/x360s_wifi_module_back.jpg rename to docs/Hardware/Console/images/x360s_wifi_module_back.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/x360s_wifi_module_front.jpg b/docs/Hardware/Console/images/x360s_wifi_module_front.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/x360s_wifi_module_front.jpg rename to docs/Hardware/Console/images/x360s_wifi_module_front.jpg diff --git a/docs/Xbox-360-Hardware/Console/images/x360s_wifi_module_pinout.jpg b/docs/Hardware/Console/images/x360s_wifi_module_pinout.jpg similarity index 100% rename from docs/Xbox-360-Hardware/Console/images/x360s_wifi_module_pinout.jpg rename to docs/Hardware/Console/images/x360s_wifi_module_pinout.jpg diff --git a/docs/Xbox-360-Hardware/Fusesets.md b/docs/Hardware/Fusesets.md similarity index 97% rename from docs/Xbox-360-Hardware/Fusesets.md rename to docs/Hardware/Fusesets.md index 2b35c634..2d83af48 100644 --- a/docs/Xbox-360-Hardware/Fusesets.md +++ b/docs/Hardware/Fusesets.md @@ -131,6 +131,5 @@ void DumpFuses() } ``` -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) - -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: System Software](/System_Software) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Level_Shifter.md b/docs/Hardware/Level_Shifter.md similarity index 86% rename from docs/Xbox-360-Hardware/Level_Shifter.md rename to docs/Hardware/Level_Shifter.md index 50aa9652..459904ed 100644 --- a/docs/Xbox-360-Hardware/Level_Shifter.md +++ b/docs/Hardware/Level_Shifter.md @@ -15,4 +15,4 @@ Solder all according to this picture. Now you just hook it up like on the diagram showed on this page: [Serial Console](../Serial_Console) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/Pin_Headers.md b/docs/Hardware/Pin_Headers.md similarity index 96% rename from docs/Xbox-360-Hardware/Pin_Headers.md rename to docs/Hardware/Pin_Headers.md index ec16f24c..9be8465e 100644 --- a/docs/Xbox-360-Hardware/Pin_Headers.md +++ b/docs/Hardware/Pin_Headers.md @@ -57,4 +57,4 @@ according to the PCB sections (J *X* *Y* *N*). [Scheme](images/j2b1_conn.jpg) -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/R6T3.md b/docs/Hardware/R6T3.md similarity index 97% rename from docs/Xbox-360-Hardware/R6T3.md rename to docs/Hardware/R6T3.md index fd834560..412505ba 100644 --- a/docs/Xbox-360-Hardware/R6T3.md +++ b/docs/Hardware/R6T3.md @@ -77,4 +77,4 @@ people have reported removing the resistor will not throw an error on startup, but will throw an error if the console tries to update. ![Trinity_R4R1.jpg](images/Trinity_R4R1.jpg "Trinity_R4R1.jpg") -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/RF_Module.md b/docs/Hardware/RF_Module.md similarity index 96% rename from docs/Xbox-360-Hardware/RF_Module.md rename to docs/Hardware/RF_Module.md index 6937cc75..be0991de 100644 --- a/docs/Xbox-360-Hardware/RF_Module.md +++ b/docs/Hardware/RF_Module.md @@ -41,4 +41,4 @@ controllers. TP17 is an unknown signal, connected to test pin TP17 on the RF module pcb -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/Hardware/Southbridge.md b/docs/Hardware/Southbridge.md new file mode 100644 index 00000000..59200811 --- /dev/null +++ b/docs/Hardware/Southbridge.md @@ -0,0 +1 @@ +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-Hardware/images/360_rs232_build.png b/docs/Hardware/images/360_rs232_build.png similarity index 100% rename from docs/Xbox-360-Hardware/images/360_rs232_build.png rename to docs/Hardware/images/360_rs232_build.png diff --git a/docs/Xbox-360-Hardware/images/Gentoo_fuses.jpg b/docs/Hardware/images/Gentoo_fuses.jpg similarity index 100% rename from docs/Xbox-360-Hardware/images/Gentoo_fuses.jpg rename to docs/Hardware/images/Gentoo_fuses.jpg diff --git a/docs/Xbox-360-Hardware/images/HeaderLocations.png b/docs/Hardware/images/HeaderLocations.png similarity index 100% rename from docs/Xbox-360-Hardware/images/HeaderLocations.png rename to docs/Hardware/images/HeaderLocations.png diff --git a/docs/Xbox-360-Hardware/images/Jasper1DONE12.jpg b/docs/Hardware/images/Jasper1DONE12.jpg similarity index 100% rename from docs/Xbox-360-Hardware/images/Jasper1DONE12.jpg rename to docs/Hardware/images/Jasper1DONE12.jpg diff --git a/docs/Xbox-360-Hardware/images/R6t3zoom.png b/docs/Hardware/images/R6t3zoom.png similarity index 100% rename from docs/Xbox-360-Hardware/images/R6t3zoom.png rename to docs/Hardware/images/R6t3zoom.png diff --git a/docs/Xbox-360-Hardware/images/Trinity_R4R1.jpg b/docs/Hardware/images/Trinity_R4R1.jpg similarity index 100% rename from docs/Xbox-360-Hardware/images/Trinity_R4R1.jpg rename to docs/Hardware/images/Trinity_R4R1.jpg diff --git a/docs/Xbox-360-Hardware/images/Xell_fusesets.jpg b/docs/Hardware/images/Xell_fusesets.jpg similarity index 100% rename from docs/Xbox-360-Hardware/images/Xell_fusesets.jpg rename to docs/Hardware/images/Xell_fusesets.jpg diff --git a/docs/Xbox-360-Hardware/images/Xenon1DONE12.jpg b/docs/Hardware/images/Xenon1DONE12.jpg similarity index 100% rename from docs/Xbox-360-Hardware/images/Xenon1DONE12.jpg rename to docs/Hardware/images/Xenon1DONE12.jpg diff --git a/docs/Xbox-360-Hardware/images/j2b1_conn.jpg b/docs/Hardware/images/j2b1_conn.jpg similarity index 100% rename from docs/Xbox-360-Hardware/images/j2b1_conn.jpg rename to docs/Hardware/images/j2b1_conn.jpg diff --git a/docs/Xbox-360-Hardware/index.md b/docs/Hardware/index.md similarity index 53% rename from docs/Xbox-360-Hardware/index.md rename to docs/Hardware/index.md index 1df8dec5..24e7b7a4 100644 --- a/docs/Xbox-360-Hardware/index.md +++ b/docs/Hardware/index.md @@ -1,46 +1,4 @@ -# Category: Xbox 360 Hardware - -[8051 8052](../8051_8052) - -[Case](../Case) - -[Chatpad](../Chatpad) - -[DVD Drive](../DVD_Drive) - -[Error Codes](../Error_Codes) - -[Ethernet](../Ethernet) - -[Falcon](../Falcon) - -[Fusesets](../Fusesets) - -[GamePad](../GamePad) - -[HDD](../HDD) - -[Headset](../Headset) - -[Jasper](../Jasper) - -[Level Shifter](../Level_Shifter) - -[Media Remote](../Media_Remote) - -[Memory](../Memory) - -[Memory Unit](../Memory_Unit) - -[Motherboard](../Motherboard) - -[NAND](../NAND) - -[NAND Bad Blocks](../NAND_Bad_Blocks) - -[Northbridge](../Northbridge) - -[Opus](../Opus) +# Hardware [Pin Headers](../Pin_Headers) diff --git a/docs/Xbox-360-Homebrew/Apps/XMENU.md b/docs/Homebrew/Apps/XMENU.md similarity index 93% rename from docs/Xbox-360-Homebrew/Apps/XMENU.md rename to docs/Homebrew/Apps/XMENU.md index 0e462783..a540eb5a 100644 --- a/docs/Xbox-360-Homebrew/Apps/XMENU.md +++ b/docs/Homebrew/Apps/XMENU.md @@ -45,4 +45,4 @@ Ge0rG and ssmurf, because they are nice guys :) Cpasjuste @ mydedibox.fr ``` -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/XMPlayer.md b/docs/Homebrew/Apps/XMPlayer.md similarity index 96% rename from docs/XMPlayer.md rename to docs/Homebrew/Apps/XMPlayer.md index a7be5271..7bbd7241 100644 --- a/docs/XMPlayer.md +++ b/docs/Homebrew/Apps/XMPlayer.md @@ -62,4 +62,4 @@ tuxuser [c0z] -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/Genesis_Plus.md b/docs/Homebrew/Emulators/Genesis_Plus.md similarity index 91% rename from docs/Xbox-360-Homebrew/Emulators/Genesis_Plus.md rename to docs/Homebrew/Emulators/Genesis_Plus.md index 6aa2fc68..c4740ad3 100644 --- a/docs/Xbox-360-Homebrew/Emulators/Genesis_Plus.md +++ b/docs/Homebrew/Emulators/Genesis_Plus.md @@ -31,4 +31,4 @@ Thanks: Charles MacDonald ``` -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/Mupen64-360.md b/docs/Homebrew/Emulators/Mupen64-360.md similarity index 92% rename from docs/Xbox-360-Homebrew/Emulators/Mupen64-360.md rename to docs/Homebrew/Emulators/Mupen64-360.md index 501dbe58..f325bc6e 100644 --- a/docs/Xbox-360-Homebrew/Emulators/Mupen64-360.md +++ b/docs/Homebrew/Emulators/Mupen64-360.md @@ -43,4 +43,4 @@ Everyone that contributed to libxenon... ### Video -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/PCSXR-Xenon.md b/docs/Homebrew/Emulators/PCSXR-Xenon.md similarity index 93% rename from docs/Xbox-360-Homebrew/Emulators/PCSXR-Xenon.md rename to docs/Homebrew/Emulators/PCSXR-Xenon.md index ff7d3d24..229bd530 100644 --- a/docs/Xbox-360-Homebrew/Emulators/PCSXR-Xenon.md +++ b/docs/Homebrew/Emulators/PCSXR-Xenon.md @@ -52,4 +52,4 @@ ``` -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/Sega_Genesis_Plus_GX.md b/docs/Homebrew/Emulators/Sega_Genesis_Plus_GX.md similarity index 58% rename from docs/Xbox-360-Homebrew/Emulators/Sega_Genesis_Plus_GX.md rename to docs/Homebrew/Emulators/Sega_Genesis_Plus_GX.md index 6219ff2d..c7608091 100644 --- a/docs/Xbox-360-Homebrew/Emulators/Sega_Genesis_Plus_GX.md +++ b/docs/Homebrew/Emulators/Sega_Genesis_Plus_GX.md @@ -8,4 +8,4 @@ merry xmas release :D -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/Sega_Master_System_Plus.md b/docs/Homebrew/Emulators/Sega_Master_System_Plus.md similarity index 87% rename from docs/Xbox-360-Homebrew/Emulators/Sega_Master_System_Plus.md rename to docs/Homebrew/Emulators/Sega_Master_System_Plus.md index 8a14c6c5..82b848b3 100644 --- a/docs/Xbox-360-Homebrew/Emulators/Sega_Master_System_Plus.md +++ b/docs/Homebrew/Emulators/Sega_Master_System_Plus.md @@ -20,4 +20,4 @@ Source: Tmbinc Charles MacDonald -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/Snes9x-Gx.md b/docs/Homebrew/Emulators/Snes9x-Gx.md similarity index 98% rename from docs/Xbox-360-Homebrew/Emulators/Snes9x-Gx.md rename to docs/Homebrew/Emulators/Snes9x-Gx.md index 48bfca97..39e27a76 100644 --- a/docs/Xbox-360-Homebrew/Emulators/Snes9x-Gx.md +++ b/docs/Homebrew/Emulators/Snes9x-Gx.md @@ -113,4 +113,4 @@ ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Emulators/images/NullDC.png b/docs/Homebrew/Emulators/images/NullDC.png similarity index 100% rename from docs/Xbox-360-Homebrew/Emulators/images/NullDC.png rename to docs/Homebrew/Emulators/images/NullDC.png diff --git a/docs/Xbox-360-Homebrew/Emulators/images/Pcsxr.png b/docs/Homebrew/Emulators/images/Pcsxr.png similarity index 100% rename from docs/Xbox-360-Homebrew/Emulators/images/Pcsxr.png rename to docs/Homebrew/Emulators/images/Pcsxr.png diff --git a/docs/Xbox-360-Homebrew/Games/Pong.md b/docs/Homebrew/Games/Pong.md similarity index 80% rename from docs/Xbox-360-Homebrew/Games/Pong.md rename to docs/Homebrew/Games/Pong.md index fd66b9d3..ef91f73a 100644 --- a/docs/Xbox-360-Homebrew/Games/Pong.md +++ b/docs/Homebrew/Games/Pong.md @@ -16,4 +16,4 @@ ### Video -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Games/SDLQuake.md b/docs/Homebrew/Games/SDLQuake.md similarity index 80% rename from docs/Xbox-360-Homebrew/Games/SDLQuake.md rename to docs/Homebrew/Games/SDLQuake.md index 195fd034..193c53e6 100644 --- a/docs/Xbox-360-Homebrew/Games/SDLQuake.md +++ b/docs/Homebrew/Games/SDLQuake.md @@ -14,4 +14,4 @@ Enjoy :) -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Games/Tanks_360.md b/docs/Homebrew/Games/Tanks_360.md similarity index 86% rename from docs/Xbox-360-Homebrew/Games/Tanks_360.md rename to docs/Homebrew/Games/Tanks_360.md index 747498c0..9e35ec38 100644 --- a/docs/Xbox-360-Homebrew/Games/Tanks_360.md +++ b/docs/Homebrew/Games/Tanks_360.md @@ -13,4 +13,4 @@ Thanks to Mattie for the idea Thanks to STK50 for all you have done. Hope one day to work with you again. -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Games/images/Quake-icon.png b/docs/Homebrew/Games/images/Quake-icon.png similarity index 100% rename from docs/Xbox-360-Homebrew/Games/images/Quake-icon.png rename to docs/Homebrew/Games/images/Quake-icon.png diff --git a/docs/Xbox-360-Homebrew/List_of_homebrew_applications.md b/docs/Homebrew/List_of_homebrew_applications.md similarity index 88% rename from docs/Xbox-360-Homebrew/List_of_homebrew_applications.md rename to docs/Homebrew/List_of_homebrew_applications.md index e8fcdfc1..dc070504 100644 --- a/docs/Xbox-360-Homebrew/List_of_homebrew_applications.md +++ b/docs/Homebrew/List_of_homebrew_applications.md @@ -8,4 +8,4 @@ | ZLX_Browser | A nice-looking filemanager based on the ZLX_Library | ced2911 | | XMPlayer | A media player ported to the xbox 360 using LibXenon. | ced2911 | -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/List_of_homebrew_emulators.md b/docs/Homebrew/List_of_homebrew_emulators.md similarity index 93% rename from docs/Xbox-360-Homebrew/List_of_homebrew_emulators.md rename to docs/Homebrew/List_of_homebrew_emulators.md index be022feb..a7dde9fe 100644 --- a/docs/Xbox-360-Homebrew/List_of_homebrew_emulators.md +++ b/docs/Homebrew/List_of_homebrew_emulators.md @@ -10,4 +10,4 @@ | Sega_Master_System_Plus | Sega Master Plus is a freeware, open-source, portable emulator for the Sega Master System and Game Gear consoles. | | Snes9x-Gx | The first SNES emulator to run natively on the xbox 360 created using LibXenon | -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/List_of_homebrew_games.md b/docs/Homebrew/List_of_homebrew_games.md similarity index 79% rename from docs/Xbox-360-Homebrew/List_of_homebrew_games.md rename to docs/Homebrew/List_of_homebrew_games.md index dc21b034..957b0154 100644 --- a/docs/Xbox-360-Homebrew/List_of_homebrew_games.md +++ b/docs/Homebrew/List_of_homebrew_games.md @@ -9,4 +9,4 @@ | SDLQuake | The famous FPS Quake, built via SDL | -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/List_of_homebrew_loaders.md b/docs/Homebrew/List_of_homebrew_loaders.md similarity index 88% rename from docs/Xbox-360-Homebrew/List_of_homebrew_loaders.md rename to docs/Homebrew/List_of_homebrew_loaders.md index 7d28feaf..1211a3a5 100644 --- a/docs/Xbox-360-Homebrew/List_of_homebrew_loaders.md +++ b/docs/Homebrew/List_of_homebrew_loaders.md @@ -9,4 +9,4 @@ | XeLL_Reloaded | Xenon Linux Loader **RELOADED**. Consists of 2 stages, works on both, JTAG and RGH | -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/List_of_system_tools.md b/docs/Homebrew/List_of_system_tools.md similarity index 88% rename from docs/Xbox-360-Homebrew/List_of_system_tools.md rename to docs/Homebrew/List_of_system_tools.md index 324eb570..fe5ac535 100644 --- a/docs/Xbox-360-Homebrew/List_of_system_tools.md +++ b/docs/Homebrew/List_of_system_tools.md @@ -8,4 +8,4 @@ | Dumpana | Tool for dumping ANA (Graphic Scaler Chip) registers. For use with Linux. | | Rawflash | A tool for flashing rawimages (already properly remapped) to NAND, directly via LibXenon application. | -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/360FlashTool.md b/docs/Homebrew/PC-Software/360FlashTool.md similarity index 99% rename from docs/360FlashTool.md rename to docs/Homebrew/PC-Software/360FlashTool.md index d5296cc6..d24bf0bf 100644 --- a/docs/360FlashTool.md +++ b/docs/Homebrew/PC-Software/360FlashTool.md @@ -246,4 +246,4 @@ xboxkrnl.4552.exe The base HV & kernel, patched to 4552 - Initial Release ``` -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/List_of_PC_utilities.md b/docs/Homebrew/PC-Software/List_of_PC_utilities.md similarity index 89% rename from docs/List_of_PC_utilities.md rename to docs/Homebrew/PC-Software/List_of_PC_utilities.md index b7afee94..5cfec9b5 100644 --- a/docs/List_of_PC_utilities.md +++ b/docs/Homebrew/PC-Software/List_of_PC_utilities.md @@ -8,4 +8,4 @@ | NANDPro | Read/write NAND dumps and repair the spare bytes / ECC sections. It can also flash CPLDs or log POST-Codes. | | 360FlashTool | Display, Decrypt and extract various parts of an Xbox NAND dump. | -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/NANDPro.md b/docs/Homebrew/PC-Software/NANDPro.md similarity index 99% rename from docs/NANDPro.md rename to docs/Homebrew/PC-Software/NANDPro.md index 73a50618..e5e8cbe8 100644 --- a/docs/NANDPro.md +++ b/docs/Homebrew/PC-Software/NANDPro.md @@ -368,4 +368,4 @@ DO NOT LEAVE LPT CABLE CONNECTED WHEN CONSOLE DOES NOT HAVE AC POWER! // ``` -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Tools/NandCompare.md b/docs/Homebrew/PC-Software/NandCompare.md similarity index 97% rename from docs/Xbox-360-Homebrew/Tools/NandCompare.md rename to docs/Homebrew/PC-Software/NandCompare.md index 3575bbaa..f504c51c 100644 --- a/docs/Xbox-360-Homebrew/Tools/NandCompare.md +++ b/docs/Homebrew/PC-Software/NandCompare.md @@ -71,4 +71,4 @@ version history: ``` -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Homebrew/PC-Software/index.md b/docs/Homebrew/PC-Software/index.md new file mode 100644 index 00000000..fe38dbda --- /dev/null +++ b/docs/Homebrew/PC-Software/index.md @@ -0,0 +1,62 @@ +# PC Software + +## NAND Tools + +### [NandCompare](NandCompare) + +#### Description: +Check/verify your Xbox 360 NAND dumps and potentially even +repair them if you have at least 3 'bad' dumps. + +**Author:** +Rab at [XBH](https://web.archive.org/web/20130401183654/http://www.xboxhacker.net/index.php?topic=132088) + +#### Download: +- [v1.3](https://web.archive.org/web/20141025002121/http://dwl.xbox-scene.com/xbox360pc/nandtools/NandCompare-v1.3.rar) + +### [NandPro](NandPro) + +#### Description: +Read/write NAND dumps and repair the spare bytes / ECC sections. + +**Author:** +Tiros at [XBH](https://web.archive.org/web/20160609045245/http://www.xboxhacker.org/index.php?topic=12222.0) + +#### Download: +- xbins +- [360-HQ](https://www.360-hq.com/xbox360-homebrew-77-NandPro.html) + +### [360FlashTool](360FlashTool) + +#### Description: +Decrypt and extract various parts of an Xbox NAND dump. + +**Author:** +Robinsod, TheSpecialist and SeventhSon at [XBH](https://web.archive.org/web/20160609085653/http://www.xboxhacker.org/index.php?PHPSESSID=4cb55923337e8046142d55372b6832c5&topic=7691.0) + +Since Robinsod released the source of "360 Flash Dump Tool" and stopped +developing a couple of people (Redline99, Tiros and MODFREAKz) decided to continue develop this great app. + +#### Download: +- [0.97](http://www.one-winged-angelz.eu/XBOX360/Apps/360_Flash_Dump_Tool/360_Flash_Tool_v0.97.rar) + +### **[NANDFS](NANDFS)** + +Description: Add/remove/extract files from a NAND dump. Open source. + +**Author:** +[stoker25], based on 360 Flash Tool source by Robinsod. + +#### Download: +- [v.45d binaries](https://web.archive.org/web/20120312092545/http://stoker25.com/files/NANDFS45d-bin.zip) +- [v.45d source](https://web.archive.org/web/20120312093849/http://stoker25.com/files/NANDFS45d-src.zip) + +## PC Utilities + +| Title | Description | +| ------------ | ----------------------------------------------------------------------------------------------------------- | +| NandCompare | Check/verify your Xbox 360 NAND dumps and potentially even repair them if you have at least 3 'bad' dumps. | +| NANDPro | Read/write NAND dumps and repair the spare bytes / ECC sections. It can also flash CPLDs or log POST-Codes. | +| 360FlashTool | Display, Decrypt and extract various parts of an Xbox NAND dump. | + +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/Tools/XeLL.md b/docs/Homebrew/Tools/XeLL.md similarity index 96% rename from docs/Xbox-360-Homebrew/Tools/XeLL.md rename to docs/Homebrew/Tools/XeLL.md index b23a988e..bffc4050 100644 --- a/docs/Xbox-360-Homebrew/Tools/XeLL.md +++ b/docs/Homebrew/Tools/XeLL.md @@ -65,4 +65,4 @@ Hack](Reset_Glitch_Hack)- you can even upgrade XeLL via USB. **xell-serial.bin** to your Xbox 360 and run it. -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/index.md b/docs/Homebrew/index.md similarity index 96% rename from docs/Xbox-360-Homebrew/index.md rename to docs/Homebrew/index.md index 591420a3..cd3793ab 100644 --- a/docs/Xbox-360-Homebrew/index.md +++ b/docs/Homebrew/index.md @@ -1,4 +1,4 @@ -# Category: Xbox 360 Homebrew Software +# Homebrew Software [360FlashTool](../360FlashTool) diff --git a/docs/Hypervisor.md b/docs/Hypervisor.md index aabc73b3..13945eaa 100644 --- a/docs/Hypervisor.md +++ b/docs/Hypervisor.md @@ -1,8 +1,7 @@ # Hypervisor ## Note -Old notes on the Xbox 360 Hypervisor can be found here: [Hypervisor (Old -Notes)](Hypervisor_(Old_Notes)) +Old notes on the Xbox 360 Hypervisor can be found here: [Hypervisor (Old Notes)](Hypervisor_(Old_Notes)) ## What is a Hypervisor? @@ -19,7 +18,7 @@ decryption and the enforcement of access restrictions on memory. Thanks to the [work](http://www.securityfocus.com/archive/1/461489/30/0/threaded) of an anonymous hacker, a flaw in the hypervisor has been discovered on -certain versions of the [Xbox 360 kernel](../Kernel), allowing +certain versions of the [Xbox 360 kernel](System-Software/Kernel), allowing the injection of code, which has not been cryptographically signed by Microsoft. @@ -177,4 +176,4 @@ Hypervisor that can preform various tasks on the system, for example getting the value of a special cpu register or printing to the console's post bus. When a system call is preformed, the cpu generates a syscall interrupt and jumps to the appropriate handler. System calls are -described more here: [System Calls](../System_Calls) +described more here: [System Calls](System-Software/System_Calls) diff --git a/docs/Xbox-360-Linux/Distros/Debian/etch.md b/docs/Linux/Distros/Debian/etch.md similarity index 98% rename from docs/Xbox-360-Linux/Distros/Debian/etch.md rename to docs/Linux/Distros/Debian/etch.md index a105faf1..be65116e 100644 --- a/docs/Xbox-360-Linux/Distros/Debian/etch.md +++ b/docs/Linux/Distros/Debian/etch.md @@ -107,4 +107,4 @@ echo "You may now shutdown the xbox360." echo "Then continue the install by booting the Xell-Bootloader-sda2." ``` -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Distros/Debian/lenny.md b/docs/Linux/Distros/Debian/lenny.md similarity index 98% rename from docs/Xbox-360-Linux/Distros/Debian/lenny.md rename to docs/Linux/Distros/Debian/lenny.md index d336cfdf..c1cfb630 100644 --- a/docs/Xbox-360-Linux/Distros/Debian/lenny.md +++ b/docs/Linux/Distros/Debian/lenny.md @@ -103,4 +103,4 @@ echo "You may now shutdown the xbox360." echo "Then continue the install by booting the Xell-Bootloader-sda2." ``` -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Distros/Debian/squeeze.md b/docs/Linux/Distros/Debian/squeeze.md similarity index 99% rename from docs/Xbox-360-Linux/Distros/Debian/squeeze.md rename to docs/Linux/Distros/Debian/squeeze.md index 887fc61c..0b2d0bd0 100644 --- a/docs/Xbox-360-Linux/Distros/Debian/squeeze.md +++ b/docs/Linux/Distros/Debian/squeeze.md @@ -149,4 +149,4 @@ After that go back to gnome by typing *Ctrl+Alt+F7*. Reboot X by typing *Ctrl+Alt+Backspace*. -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Distros/LiveCD.md b/docs/Linux/Distros/LiveCD.md similarity index 95% rename from docs/Xbox-360-Linux/Distros/LiveCD.md rename to docs/Linux/Distros/LiveCD.md index 91c18983..6bfe30d6 100644 --- a/docs/Xbox-360-Linux/Distros/LiveCD.md +++ b/docs/Linux/Distros/LiveCD.md @@ -29,4 +29,4 @@ http://downloads.sourceforge.net/free60/gentoo-livecd-xenon-beta-v2.iso It is the second revision of the Gentoo LiveCD BETA including the latest kernel updates for the Xbox 360. Download size is around 621MB. -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Distros/Ubuntu/11_10.md b/docs/Linux/Distros/Ubuntu/11_10.md similarity index 99% rename from docs/Xbox-360-Linux/Distros/Ubuntu/11_10.md rename to docs/Linux/Distros/Ubuntu/11_10.md index 7630d17c..ecb90925 100644 --- a/docs/Xbox-360-Linux/Distros/Ubuntu/11_10.md +++ b/docs/Linux/Distros/Ubuntu/11_10.md @@ -184,4 +184,4 @@ After that go back to gnome by typing Ctrl+Alt+F7. Reboot X by typing Ctrl+Alt+Backspace. -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Distros/Ubuntu/7_10.md b/docs/Linux/Distros/Ubuntu/7_10.md similarity index 99% rename from docs/Xbox-360-Linux/Distros/Ubuntu/7_10.md rename to docs/Linux/Distros/Ubuntu/7_10.md index a0cd1442..fe5ffaaf 100644 --- a/docs/Xbox-360-Linux/Distros/Ubuntu/7_10.md +++ b/docs/Linux/Distros/Ubuntu/7_10.md @@ -187,4 +187,4 @@ ubuntu_gutsy.sh ` echo "To finish the installation: Reboot and load the kernel with correct root= params."` ` echo "The install  may take up to two hours, depending on your internet connection"` -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Distros/Ubuntu/index.md b/docs/Linux/Distros/Ubuntu/index.md similarity index 96% rename from docs/Xbox-360-Linux/Distros/Ubuntu/index.md rename to docs/Linux/Distros/Ubuntu/index.md index e8d1acc7..931c0ebf 100644 --- a/docs/Xbox-360-Linux/Distros/Ubuntu/index.md +++ b/docs/Linux/Distros/Ubuntu/index.md @@ -26,4 +26,4 @@ It is possible to boot Ubuntu by using an Xbox 360 which has had the You find the current working Ubuntu-installationscript here: [Ubuntu 7.10](Ubuntu7_10) -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Linux/Distros/index.md b/docs/Linux/Distros/index.md new file mode 100644 index 00000000..6cda7e31 --- /dev/null +++ b/docs/Linux/Distros/index.md @@ -0,0 +1,10 @@ +# Linux distributions + +* [LiveCD](/Linux/LiveCD) +* [Ubuntu 7.10](/Linux/Ubuntu/7_10) +* [Ubuntu 11.10](/Linux/Ubuntu/11_10) +* [Debian-etch](/Linux/Debian/etch) +* [Debian-lenny](/Linux/Debian/lenny) +* [Debian-squeeze](/Linux/Debian/squeeze) + +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Lflash.md b/docs/Linux/Lflash.md similarity index 76% rename from docs/Xbox-360-Linux/Lflash.md rename to docs/Linux/Lflash.md index 00983aca..b8e375f1 100644 --- a/docs/Xbox-360-Linux/Lflash.md +++ b/docs/Linux/Lflash.md @@ -11,5 +11,5 @@ your file/nand. The source is available on the [free60 GIT Repository](Free60_Git_Repository) in the tools section. -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Homebrew Software](/Homebrew) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Linux_Kernel.md b/docs/Linux/Linux_Kernel.md similarity index 98% rename from docs/Xbox-360-Linux/Linux_Kernel.md rename to docs/Linux/Linux_Kernel.md index a33ab1ce..013e904a 100644 --- a/docs/Xbox-360-Linux/Linux_Kernel.md +++ b/docs/Linux/Linux_Kernel.md @@ -130,4 +130,4 @@ Remember, these patches are Experimental! [http://home.comcast.net/~ssmurf/XeLL-Bootloader-sda2-v2.6.24.3.tar.gz](https://web.archive.org/web/20141025055552/http://home.comcast.net/~ssmurf/XeLL-Bootloader-sda2-v2.6.24.3.tar.gz) \(archive.org) -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/Linux_Kernel_Development.md b/docs/Linux/Linux_Kernel_Development.md similarity index 94% rename from docs/Xbox-360-Linux/Linux_Kernel_Development.md rename to docs/Linux/Linux_Kernel_Development.md index cd6622db..967547cd 100644 --- a/docs/Xbox-360-Linux/Linux_Kernel_Development.md +++ b/docs/Linux/Linux_Kernel_Development.md @@ -24,4 +24,4 @@ Currently missing are: available. - IR remote support -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Xbox-360-Linux/List_of_Unix_Distributions.md b/docs/Linux/List_of_Unix_Distributions.md similarity index 92% rename from docs/Xbox-360-Linux/List_of_Unix_Distributions.md rename to docs/Linux/List_of_Unix_Distributions.md index c62e16db..7e58b9f8 100644 --- a/docs/Xbox-360-Linux/List_of_Unix_Distributions.md +++ b/docs/Linux/List_of_Unix_Distributions.md @@ -16,4 +16,4 @@ | Debian-lenny | Linux Deboostrap-script for Debian 5 "lenny" | | Debian-squeeze | Linux Deboostrap-script for Debian 6 "squeeze" | -[Category: Xbox 360 Linux](../Category_Xbox360_Linux) +[Category: Linux](/Linux) diff --git a/docs/Old_Main_Page.md b/docs/Old_Main_Page.md index 3ec04a10..0e625c6e 100644 --- a/docs/Old_Main_Page.md +++ b/docs/Old_Main_Page.md @@ -84,4 +84,4 @@ rights, please contact us so that we can find a quick solution. interoperable software under Sect. 1201 (f) Reverse Engineering exception of the DMCA.* -[Category:Template documentation](../Category_Template_documentation) +[Category:Template documentation](/Category_Template_documentation) diff --git a/docs/Other_OS_Loader.md b/docs/Other_OS_Loader.md index dfdfb8a1..fc44f559 100644 --- a/docs/Other_OS_Loader.md +++ b/docs/Other_OS_Loader.md @@ -29,4 +29,4 @@ Sony](https://web.archive.org/web/20100803155746/http://www.haxnetwork.net/2010/ Kind regards, XXX -[Category:Template documentation](../Category_Template_documentation) +[Category: Template documentation](/Category_Template_documentation) diff --git a/docs/PC_Software.md b/docs/PC_Software.md deleted file mode 100644 index 7bd05908..00000000 --- a/docs/PC_Software.md +++ /dev/null @@ -1,48 +0,0 @@ -### NAND Tools - -Name: **[NandCompare](NandCompare)** - -Description: Check/verify your Xbox 360 NAND dumps and potentially even -repair them if you have at least 3 'bad' dumps. - -Author: Rab at [XBH](https://web.archive.org/web/20130401183654/http://www.xboxhacker.net/index.php?topic=132088) - -Download: -[v1.3](https://web.archive.org/web/20141025002121/http://dwl.xbox-scene.com/xbox360pc/nandtools/NandCompare-v1.3.rar) - -Name: **[NandPro](NandPro)** - -Description: Read/write NAND dumps and repair the spare bytes / ECC -sections. - -Author: Tiros at -[XBH](https://web.archive.org/web/20160609045245/http://www.xboxhacker.org/index.php?topic=12222.0) - -Download: xbins - -Name: **[360FlashTool](360FlashTool)** - -Description: Decrypt and extract various parts of an Xbox NAND dump. - -Author: Robinsod, TheSpecialist and SeventhSon at -[XBH](https://web.archive.org/web/20160609085653/http://www.xboxhacker.org/index.php?PHPSESSID=4cb55923337e8046142d55372b6832c5&topic=7691.0) - -Since Robinsod released the source of "360 Flash Dump Tool" and stoped -developing a couple of people (Redline99, Tiros and MODFREAKz) decided -to continue develop this great app. - -Download: -[0.97](http://www.one-winged-angelz.eu/XBOX360/Apps/360_Flash_Dump_Tool/360_Flash_Tool_v0.97.rar) - -Name: **[NANDFS](NANDFS)** - -Description: Add/remove/extract files from a NAND dump. Open source. - -Author: [stoker25], based on 360 Flash Tool -source by Robinsod. - -Download: [v.45d binaries](https://web.archive.org/web/20120312092545/http://stoker25.com/files/NANDFS45d-bin.zip) -[v.45d -source](https://web.archive.org/web/20120312093849/http://stoker25.com/files/NANDFS45d-src.zip) - -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) diff --git a/docs/Xbox-360-Hardware/Pre-release_differences.md b/docs/Pre-release_differences.md similarity index 59% rename from docs/Xbox-360-Hardware/Pre-release_differences.md rename to docs/Pre-release_differences.md index 2f312ea3..97ebda94 100644 --- a/docs/Xbox-360-Hardware/Pre-release_differences.md +++ b/docs/Pre-release_differences.md @@ -3,18 +3,23 @@ ## Motherboard Extra unnamed header used for TITAN board, near ROL board connector. -\==TITAN Board== Some board used for CPU debugging (?) + +### TITAN Board +Some board used for CPU debugging (?) Has DIP switches which have unknown functions LED lights for indicating something -DIP switches are set to 4 down, 3 up, 2 down, 1 down (from a china -xedk), although this can be random. +DIP switches are set to 4 down, 3 up, 2 down, 1 down (from a China +XEDK), although this can be random. # Flash ## Pre-1839 CPU key and 1BL key set to 00...00 (16 bytes of 00's) -\==Pre-1838== 1640 seems to include some strings to do with xshell + +## Pre-1838 + +1640 seems to include some strings to do with xshell "\\Device\\Harddisk0\\Partition1\\dashboard.xbx", "\\Device\\Harddisk0\\Partition1\\xshell.xex", 1746 doesn't have a single mention @@ -30,26 +35,26 @@ it, XOR that byte with 0xF0 to get true number - Doesn't seem to have bad block management... probably does though Uses a whole different file system for storing the dashboard files, -instead of [SFCX](NAND_File_System) it uses -[FATX](FATX) +instead of [SFCX](NAND_File_System) it uses [FATX](FATX) Loads more files inside FATX NANDs: -\*drivers.xex -\*xnet.xex -\*xlivebase.xex -\*xgi.xex -\*uvbase.xex -\*musicplayer.xex (not sure if this is there normally) -\*gamercard.xex -\*gamercard.xzp -\*livecommon.xzp -\*spa.bin -\*common.xzp -\*huduiskin.xzp -\*processdump.xex -\*rrbkgnd.bmp -\*saferec.bmp -\*recovery.ttf -\=File Formats= +* drivers.xex +* xnet.xex +* xlivebase.xex +* xgi.xex +* uvbase.xex +* musicplayer.xex (not sure if this is there normally) +* gamercard.xex +* gamercard.xzp +* livecommon.xzp +* spa.bin +* common.xzp +* huduiskin.xzp +* processdump.xex +* rrbkgnd.bmp +* saferec.bmp +* recovery.ttf + +# File Formats ## Pre-1861 @@ -61,10 +66,9 @@ Keyvault is different (e.g. console serial is 0x18 bytes?!) Keyvault also has different device keys, which stops wireless controllers from working Also, console security certificate is incomplete-ish: -\*Part number set to 12345678901 -\*No manufacturing date? -\*Console type is weird, 0x80000002, normally when it ends in 02 it's -retail :S +* Part number set to 12345678901 +* No manufacturing date? +* Console type is weird, 0x80000002, normally when it ends in 02 it's retail :S -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[Category: Hardware](/Hardware) +[Category: System Software](/System_Software) diff --git a/docs/Profile_Account.md b/docs/Profile_Account.md index 3db78c31..f6a222c0 100644 --- a/docs/Profile_Account.md +++ b/docs/Profile_Account.md @@ -373,4 +373,4 @@ passwords. `           Russian` `       };` -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Rawflash.md b/docs/Rawflash.md index 4ebcc82a..e3a124aa 100644 --- a/docs/Rawflash.md +++ b/docs/Rawflash.md @@ -15,4 +15,4 @@ v2: add big block support v1: initial version -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Reading_Out_nand.md b/docs/Reading_Out_nand.md deleted file mode 100644 index c090b613..00000000 --- a/docs/Reading_Out_nand.md +++ /dev/null @@ -1 +0,0 @@ -1. REDIRECT [NAND_Reading](NAND_Reading) diff --git a/docs/Southbridge.md b/docs/Southbridge.md deleted file mode 100644 index d020d408..00000000 --- a/docs/Southbridge.md +++ /dev/null @@ -1 +0,0 @@ -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) diff --git a/docs/Support/Links.md b/docs/Support/Links.md index 2c1b20a8..8f196cd4 100644 --- a/docs/Support/Links.md +++ b/docs/Support/Links.md @@ -25,7 +25,7 @@ - [More 360 pictures](http://flickr.com/photos/consti/sets/1323780/) (somewhere in .eu?) - [High resolution motherboard pic, with heatsinks](http://www.informit.com/content/images/art_fogie_xbox360/elementLinks/fogie_fig09.jpg) (from informit.com article) - - [Lot of pictures](http://theconsolewars.blogspot.com/2005/08/smartxx-xbox-360-dissection-mutilation.html), [archive.org mirror](https://web.archive.org/web/20060321055032/http://theconsolewars.blogspot.com/2005/08/smartxx-xbox-360-dissection-mutilation.html) + - [Lot of pictures](http://theconsolewars.blogspot.com/2005/08/smartxx-dissection-mutilation.html), [archive.org mirror](https://web.archive.org/web/20060321055032/http://theconsolewars.blogspot.com/2005/08/smartxx-xbox-360-dissection-mutilation.html) ## Disassembly diff --git a/docs/1bl_Code.md b/docs/System-Software/1bl_Code.md similarity index 99% rename from docs/1bl_Code.md rename to docs/System-Software/1bl_Code.md index b313bc4b..922fddfb 100644 --- a/docs/1bl_Code.md +++ b/docs/System-Software/1bl_Code.md @@ -7,7 +7,7 @@ hide: Have not reversed all of the hardware error subroutines. -```c +```cpp // version 0x583 #define STACK 0x800002000001F700 // r1 diff --git a/docs/Xbox-360-System-Software/360_System_Software.md b/docs/System-Software/360_System_Software.md similarity index 98% rename from docs/Xbox-360-System-Software/360_System_Software.md rename to docs/System-Software/360_System_Software.md index 5be4b01e..c9746afd 100644 --- a/docs/Xbox-360-System-Software/360_System_Software.md +++ b/docs/System-Software/360_System_Software.md @@ -97,4 +97,4 @@ devices. **[XMI](XMI)**(**X**enon **M**usic **I**ndex) is used to index music on the Xbox. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/849x_System_Update.md b/docs/System-Software/849x_System_Update.md similarity index 96% rename from docs/Xbox-360-System-Software/849x_System_Update.md rename to docs/System-Software/849x_System_Update.md index a0dc0274..4891d6ec 100644 --- a/docs/Xbox-360-System-Software/849x_System_Update.md +++ b/docs/System-Software/849x_System_Update.md @@ -14,4 +14,4 @@ Free60 (www.free60.org) is a project that aims to enable Xbox 360 users to run h Felix and Michael have repeatedly argued that game console manufacturers should open up their platforms to Linux and homebrew, similar to what Sony has done with the PlayStation 3, before they removed the functionality of course. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Boot_Process.md b/docs/System-Software/Boot_Process.md similarity index 98% rename from docs/Xbox-360-System-Software/Boot_Process.md rename to docs/System-Software/Boot_Process.md index 42278d36..25b65224 100644 --- a/docs/Xbox-360-System-Software/Boot_Process.md +++ b/docs/System-Software/Boot_Process.md @@ -131,4 +131,4 @@ It then unloads the following: By this time the console will have booted into the dashboard -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Bootloaders.md b/docs/System-Software/Bootloaders.md similarity index 93% rename from docs/Bootloaders.md rename to docs/System-Software/Bootloaders.md index 1b7c2305..3b23a888 100644 --- a/docs/Bootloaders.md +++ b/docs/System-Software/Bootloaders.md @@ -18,4 +18,4 @@ long. | 0xC | 0x4 | unsigned integer | Loader length (including header) | | 0x10 | 0x10 | bytes | HMAC salt (used for decrypting the loader) | -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](/System-Software) diff --git a/docs/CB_Code.md b/docs/System-Software/CB_Code.md similarity index 100% rename from docs/CB_Code.md rename to docs/System-Software/CB_Code.md diff --git a/docs/Xbox-360-System-Software/Console_Security_Certificate.md b/docs/System-Software/Console_Security_Certificate.md similarity index 96% rename from docs/Xbox-360-System-Software/Console_Security_Certificate.md rename to docs/System-Software/Console_Security_Certificate.md index 1d269974..58a1b88e 100644 --- a/docs/Xbox-360-System-Software/Console_Security_Certificate.md +++ b/docs/System-Software/Console_Security_Certificate.md @@ -34,4 +34,4 @@ else return devkit; ``` -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Error_Codes.md b/docs/System-Software/Error_Codes.md similarity index 90% rename from docs/Xbox-360-System-Software/Error_Codes.md rename to docs/System-Software/Error_Codes.md index 473ffd45..25542600 100644 --- a/docs/Xbox-360-System-Software/Error_Codes.md +++ b/docs/System-Software/Error_Codes.md @@ -41,6 +41,5 @@ Error 79 has been known during obvious signs of graphic corruption. - Error 74 can be fixed by disconnecting and reconnecting the hard drive. This would be in contrast to the Dennis-Mooney-Quote. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) - -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: System Software](/System_Software) +[Category: Hardware](/Hardware) diff --git a/docs/Xbox-360-System-Software/Formats/FMIM.md b/docs/System-Software/Formats/FMIM.md similarity index 100% rename from docs/Xbox-360-System-Software/Formats/FMIM.md rename to docs/System-Software/Formats/FMIM.md diff --git a/docs/Xbox-360-System-Software/Formats/GPD.md b/docs/System-Software/Formats/GPD.md similarity index 99% rename from docs/Xbox-360-System-Software/Formats/GPD.md rename to docs/System-Software/Formats/GPD.md index 463d5fe6..14e4704d 100644 --- a/docs/Xbox-360-System-Software/Formats/GPD.md +++ b/docs/System-Software/Formats/GPD.md @@ -355,4 +355,4 @@ IDs in Sync List between last and next are pushed //confirm? -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Formats/PEC.md b/docs/System-Software/Formats/PEC.md similarity index 96% rename from docs/Xbox-360-System-Software/Formats/PEC.md rename to docs/System-Software/Formats/PEC.md index a2b65be3..d117bc28 100644 --- a/docs/Xbox-360-System-Software/Formats/PEC.md +++ b/docs/System-Software/Formats/PEC.md @@ -35,4 +35,4 @@ From 0x1000 the rest of the file is the standard block portion of table 0 at 0x1000/0x2000. The PEC file always has 2 hash tables (type 1 package). -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/SPA.md b/docs/System-Software/Formats/SPA.md similarity index 98% rename from docs/Xbox-360-System-Software/SPA.md rename to docs/System-Software/Formats/SPA.md index 6511fcca..9bae0f28 100644 --- a/docs/Xbox-360-System-Software/SPA.md +++ b/docs/System-Software/Formats/SPA.md @@ -1,7 +1,6 @@ **SPA** files are contained inside [XEX](XEX) files or within Updates or DLC. They are just a [XDBF](XDBF) file, they are -used by the dashboard for [GPD](GPD) creation and [Xbox -LIVE](Xbox_LIVE) information. +used by the dashboard for [GPD](GPD) creation and [Xbox LIVE](Xbox_LIVE) information. # Record Table @@ -249,4 +248,4 @@ string. | 2 | 2 | UInt16 | String Length | | 4 | **String Length** | String | String | -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Formats/STFS.md b/docs/System-Software/Formats/STFS.md similarity index 99% rename from docs/Xbox-360-System-Software/Formats/STFS.md rename to docs/System-Software/Formats/STFS.md index b6558a16..adf98b45 100644 --- a/docs/Xbox-360-System-Software/Formats/STFS.md +++ b/docs/System-Software/Formats/STFS.md @@ -507,4 +507,4 @@ internal int ComputeLevelNHashBlockNumber(int xBlock, int xLevel) problems with creation, some prefer to use XLAST) - XLAST inside the Xbox 360 SDK can create LIVE/PIRS packages, but it is illegal to share it. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Formats/XCP.md b/docs/System-Software/Formats/XCP.md similarity index 95% rename from docs/Xbox-360-System-Software/Formats/XCP.md rename to docs/System-Software/Formats/XCP.md index 23583e5c..92de9aa0 100644 --- a/docs/Xbox-360-System-Software/Formats/XCP.md +++ b/docs/System-Software/Formats/XCP.md @@ -29,5 +29,5 @@ xcp files are not new to the Xbox 360. - Keys needed for extraction. - Need tools to create our own without the Xbox SDK -[Category: Xbox 360 System Software](/Xbox-360-System-Software) +[System Software](/System-Software) [Category: Pages That Need Updates](/!Pages-That-Need-Updates) diff --git a/docs/Xbox-360-System-Software/Formats/XDBF.md b/docs/System-Software/Formats/XDBF.md similarity index 98% rename from docs/Xbox-360-System-Software/Formats/XDBF.md rename to docs/System-Software/Formats/XDBF.md index fcc0ae59..81b51d91 100644 --- a/docs/Xbox-360-System-Software/Formats/XDBF.md +++ b/docs/System-Software/Formats/XDBF.md @@ -89,4 +89,4 @@ entry, workout the actual length of the free space table. \+ 24, 24 is the length of the header. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Formats/XEX.md b/docs/System-Software/Formats/XEX.md similarity index 99% rename from docs/Xbox-360-System-Software/Formats/XEX.md rename to docs/System-Software/Formats/XEX.md index 11507911..38131677 100644 --- a/docs/Xbox-360-System-Software/Formats/XEX.md +++ b/docs/System-Software/Formats/XEX.md @@ -304,4 +304,4 @@ XEX files are the default executable format. 0x184...0x184+(IDC*24) ImageData0[8], ImageData1[8], ImageData2[8] -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/HvxExpansionInstall.md b/docs/System-Software/HvxExpansionInstall.md similarity index 98% rename from docs/HvxExpansionInstall.md rename to docs/System-Software/HvxExpansionInstall.md index 0fec1f67..ed7a5c8b 100644 --- a/docs/HvxExpansionInstall.md +++ b/docs/System-Software/HvxExpansionInstall.md @@ -1,6 +1,11 @@ +--- +hide: + - toc +--- + # HvxExpansionInstall -A system call for "installing" code under [Hypervisor](../Hypervisor) context. +A system call for "installing" code under [Hypervisor](/Hypervisor) context. Registers an HvxExpansion structure in the expansion table ## Reversed Pseudocode diff --git a/docs/HvxKeysExecute.md b/docs/System-Software/HvxKeysExecute.md similarity index 99% rename from docs/HvxKeysExecute.md rename to docs/System-Software/HvxKeysExecute.md index f1f0b17d..7f20e322 100644 --- a/docs/HvxKeysExecute.md +++ b/docs/System-Software/HvxKeysExecute.md @@ -1,6 +1,6 @@ --- hide: - - toc + - toc --- # HvxKeysExecute diff --git a/docs/HvxPostOutput.md b/docs/System-Software/HvxPostOutput.md similarity index 100% rename from docs/HvxPostOutput.md rename to docs/System-Software/HvxPostOutput.md diff --git a/docs/Xbox-360-System-Software/Kernel.md b/docs/System-Software/Kernel.md similarity index 98% rename from docs/Xbox-360-System-Software/Kernel.md rename to docs/System-Software/Kernel.md index 030d2ecb..45aa918a 100644 --- a/docs/Xbox-360-System-Software/Kernel.md +++ b/docs/System-Software/Kernel.md @@ -36,4 +36,4 @@ format K:2.0.XXXX.0, where XXXX is your kernel version. Please note: In order to use the [SMC Hack](../SMC_Hack), you must not have installed any of the 849x kernel updates. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Kernel_Exports.md b/docs/System-Software/Kernel_Exports.md similarity index 93% rename from docs/Xbox-360-System-Software/Kernel_Exports.md rename to docs/System-Software/Kernel_Exports.md index ba2fcf73..c51d1018 100644 --- a/docs/Xbox-360-System-Software/Kernel_Exports.md +++ b/docs/System-Software/Kernel_Exports.md @@ -42,4 +42,4 @@ int result = ObDeleteSymbolicLink( "\\??\\hdd:" ); As above, use `RtlInitAnsiString` to make the string -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Memory_Map.md b/docs/System-Software/Memory_Map.md similarity index 100% rename from docs/Xbox-360-System-Software/Memory_Map.md rename to docs/System-Software/Memory_Map.md diff --git a/docs/Xbox-360-System-Software/NAND_File_System.md b/docs/System-Software/NAND_File_System.md similarity index 98% rename from docs/Xbox-360-System-Software/NAND_File_System.md rename to docs/System-Software/NAND_File_System.md index 1fdf7fd0..0063c977 100644 --- a/docs/Xbox-360-System-Software/NAND_File_System.md +++ b/docs/System-Software/NAND_File_System.md @@ -190,4 +190,4 @@ Xbox360 NAND-Image which is normally 16 MB or 64 MB. the original XeLL fails (Bad Update maybe) followed by the original XeLL. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/Reversing_the_bootloaders.md b/docs/System-Software/Reversing_the_bootloaders.md similarity index 100% rename from docs/Xbox-360-System-Software/Reversing_the_bootloaders.md rename to docs/System-Software/Reversing_the_bootloaders.md diff --git a/docs/System-Software/SFCX.md b/docs/System-Software/SFCX.md new file mode 100644 index 00000000..82ba19c2 --- /dev/null +++ b/docs/System-Software/SFCX.md @@ -0,0 +1,2 @@ +[System Software](/System-Software) +[Category: Pages That Need Updates](/!Pages_That_Need_Updates) diff --git a/docs/Xbox-360-System-Software/Shadowboot.md b/docs/System-Software/Shadowboot.md similarity index 99% rename from docs/Xbox-360-System-Software/Shadowboot.md rename to docs/System-Software/Shadowboot.md index feb2178b..600da6b1 100644 --- a/docs/Xbox-360-System-Software/Shadowboot.md +++ b/docs/System-Software/Shadowboot.md @@ -216,4 +216,4 @@ checks. On both the cold boot as well as shadowboot, the 2BL is verified with a signature check, which subsequently verifies SD with a signature check. -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/FATX.md b/docs/System-Software/Systems/FATX.md similarity index 99% rename from docs/Xbox-360-System-Software/FATX.md rename to docs/System-Software/Systems/FATX.md index 6e2b358c..4bc0b5b6 100644 --- a/docs/Xbox-360-System-Software/FATX.md +++ b/docs/System-Software/Systems/FATX.md @@ -9,7 +9,7 @@ and can be considered as a cleaned-up version of it. Note that, while not part of the file system itself, the media which contain this file system do not have a master file table which describes which file system starts where. It is up to the consumer -(Xbox 360, geom_xbox360 kernel module](http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/107707) +[Xbox 360, geom_xbox360 kernel module](http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/107707) to know this. ## File System Layout @@ -314,4 +314,4 @@ number. - 64 KB (0x10000, 0x80 SPC) -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/GDFX.md b/docs/System-Software/Systems/GDFX.md similarity index 94% rename from docs/Xbox-360-System-Software/GDFX.md rename to docs/System-Software/Systems/GDFX.md index fa53c0f4..38f3b043 100644 --- a/docs/Xbox-360-System-Software/GDFX.md +++ b/docs/System-Software/Systems/GDFX.md @@ -41,4 +41,4 @@ The 32nd segment seems to be a descriptor. | TEMPORARY | 0x00000100 | -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/XConfig.md b/docs/System-Software/XConfig.md similarity index 100% rename from docs/Xbox-360-System-Software/XConfig.md rename to docs/System-Software/XConfig.md diff --git a/docs/Xbox-360-System-Software/XDK_Kernel.md b/docs/System-Software/XDK_Kernel.md similarity index 99% rename from docs/Xbox-360-System-Software/XDK_Kernel.md rename to docs/System-Software/XDK_Kernel.md index 5d1304f8..6a2a14b9 100644 --- a/docs/Xbox-360-System-Software/XDK_Kernel.md +++ b/docs/System-Software/XDK_Kernel.md @@ -50,4 +50,4 @@ | 2.0.20353.2 | 2.0.12625.0 | XeDK | | 2.0.20500.1 | 2.0.13139.0 | XeDK | -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) +[System Software](System_Software) diff --git a/docs/Xbox-360-System-Software/images/e74.jpg b/docs/System-Software/images/e74.jpg similarity index 100% rename from docs/Xbox-360-System-Software/images/e74.jpg rename to docs/System-Software/images/e74.jpg diff --git a/docs/System-Software/index.md b/docs/System-Software/index.md new file mode 100644 index 00000000..2368d70a --- /dev/null +++ b/docs/System-Software/index.md @@ -0,0 +1,9 @@ +# System Software + + +[Pre-release differences](../Pre-release_differences) + +[Profile Account](../Profile_Account) + +[Reset Glitch Hack](../Reset_Glitch_Hack) + diff --git a/docs/Timing_Attack.md b/docs/Timing_Attack.md index 507b3b3d..4e058c2e 100644 --- a/docs/Timing_Attack.md +++ b/docs/Timing_Attack.md @@ -118,8 +118,7 @@ patched 1888 base kernel image. *Attack the HMAC-hash value using the timing hardware and DGTool.* -1. Build the [downgrader - hardware](Xbox_360_Downgrader_Hardware) and connect a +1. Build the [downgrader hardware](Xbox_360_Downgrader_Hardware) and connect a serial port cable and power/ground (3.3v or 5v) from the 360 or an external power supply (USB) to the downgrader hardware. 2. Connect the USB cable to the Infectus chip. The Infectus is required @@ -251,7 +250,7 @@ sections. No other fuses than the obligatory fuseline 7 (to match the LockDownValue in CE/FE) were blown. The latest revisions of the Xbox 360, the -[Falcon](Xbox_360_Revisions), has a newer basekernel and CB +[Falcon](Xbox_360_Revisions/Falcon), has a newer basekernel and CB section, 1921, and this version is patched against the memcmp-vulnerability [8](https://web.archive.org/web/20090523022729/http://www.xboxhacker.net/index.php?topic=8555.msg58882). diff --git a/docs/Toolchain.md b/docs/Toolchain.md deleted file mode 100644 index 70ab00a4..00000000 --- a/docs/Toolchain.md +++ /dev/null @@ -1 +0,0 @@ -1. REDIRECT [Xenon Toolchain](Xenon_Toolchain) diff --git a/docs/Utilities.md b/docs/Utilities.md index 82ce1b45..92edd92f 100644 --- a/docs/Utilities.md +++ b/docs/Utilities.md @@ -1,33 +1,35 @@ -Back to [Xbox Software](Xbox_Software) -Name: **[Lflash](Lflash)** +## Utilities -Description: A NAND Flasher for xbox360, currently only working with -16MB NAND. For use with Linux. +### **[Lflash](Lflash)** -Official Site: www.free60.org +#### Description: +A NAND Flasher for xbox360, currently only working with 16MB NAND. For use with Linux. Official Site: www.free60.org Download: [Free60 GIT](http://free60.git.sourceforge.net/git/gitweb.cgi?p=free60/tools;a=tree;f=lflash;hb=HEAD) -Name: **[Dumpana](Dumpana)** +### **[Dumpana](Dumpana)** -Description: Tool for dumping ANA (Graphic Scaler Chip) registers. For -use with Linux. +#### Description: +Tool for dumping ANA (Graphic Scaler Chip) registers. For use with Linux. Official Site: www.free60.org -Download: [Free60 GIT](http://free60.git.sourceforge.net/git/gitweb.cgi?p=free60/tools;a=tree;f=dumpana;hb=HEAD) +#### Download: +- [Free60 GIT](http://free60.git.sourceforge.net/git/gitweb.cgi?p=free60/tools;a=tree;f=dumpana;hb=HEAD) -Name: **[Rawflash](Rawflash)** v2 +### [Rawflash](Rawflash) v2 -Description: A tool for flashing rawimages (already properly remapped) -to NAND, directly via LibXenon application +#### Description: +A tool for flashing rawimages (already properly remapped) to NAND, +directly via LibXenon application -Official Site: , by cOz +**Official Site:** , by cOz -Forum Discussion: +#### Forum Discussion: [libxenon.org archive](https://github.com/Free60Project/libxenon.org-forum/blob/master/xbox-360/downloads/libxenon/212_rawflash-v4.md) -Download: + +#### Download: [libxenon.org archive](https://github.com/Free60Project/libxenon.org-forum/blob/master/_attachments/rawflash_v4.zip) -[Category: Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Valhalla.md b/docs/Valhalla.md deleted file mode 100644 index 40404cce..00000000 --- a/docs/Valhalla.md +++ /dev/null @@ -1 +0,0 @@ -1. REDIRECT [Trinity](Trinity) diff --git a/docs/Xbox-360-Hardware/Console/Revisions/Opus.md b/docs/Xbox-360-Hardware/Console/Revisions/Opus.md deleted file mode 100644 index fc1e2a33..00000000 --- a/docs/Xbox-360-Hardware/Console/Revisions/Opus.md +++ /dev/null @@ -1,3 +0,0 @@ -1. REDIRECT [Falcon](../Falcon) - -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) diff --git a/docs/Xbox-360-Homebrew/Apps/XMPlayer.md b/docs/Xbox-360-Homebrew/Apps/XMPlayer.md new file mode 100644 index 00000000..7bbd7241 --- /dev/null +++ b/docs/Xbox-360-Homebrew/Apps/XMPlayer.md @@ -0,0 +1,65 @@ +# XMPlayer + +### NFO + + XMPlayer 0.0.1 - June 17, 2012 + -------------- + + After some long weeks of work, this XMPlayer for 360 + + ================================================================================ + Website & Donate + ================================================================================ + Ced2911 + + https://www.paypal.com/cgi-bin/websc...if%3aNonHosted + + ================================================================================ + What it does + ================================================================================ + - Play video from usb, hard drive and disc drive + - Support for ext2fs, ntfs, fat, xtaf and iso9660 partition + - French and english translation + - Launch elf from every media + + ================================================================================ + What it does not do + ================================================================================ + - Some 1080p are playing, some doesn't + - No network support + - No control when playing music files + - No picture viewer + + ================================================================================ + Know issues + ================================================================================ + - Slowdown when using vsync + - XTAF support is experimental + + ================================================================================ + What to do next + ================================================================================ + - More tranlastions + - Nand flasher/dumper + - Nand fs + - Network support (http, youtube, update) + - More performance + + ================================================================================ + Install + ================================================================================ + - Copy all files at the root of an usb stick, launch it by xell or latest dashlaunch + + Thanks to + Aioros + cancerous + GliGli + IceKiller + Juvenal + Natelx + Razkar + sk1080 + tuxuser + [c0z] + +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/PC-Software/List_of_PC_utilities.md b/docs/Xbox-360-Homebrew/PC-Software/List_of_PC_utilities.md new file mode 100644 index 00000000..25198a50 --- /dev/null +++ b/docs/Xbox-360-Homebrew/PC-Software/List_of_PC_utilities.md @@ -0,0 +1,3 @@ +# List of PC utilities + +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Homebrew/PC-Software/index.md b/docs/Xbox-360-Homebrew/PC-Software/index.md new file mode 100644 index 00000000..fe38dbda --- /dev/null +++ b/docs/Xbox-360-Homebrew/PC-Software/index.md @@ -0,0 +1,62 @@ +# PC Software + +## NAND Tools + +### [NandCompare](NandCompare) + +#### Description: +Check/verify your Xbox 360 NAND dumps and potentially even +repair them if you have at least 3 'bad' dumps. + +**Author:** +Rab at [XBH](https://web.archive.org/web/20130401183654/http://www.xboxhacker.net/index.php?topic=132088) + +#### Download: +- [v1.3](https://web.archive.org/web/20141025002121/http://dwl.xbox-scene.com/xbox360pc/nandtools/NandCompare-v1.3.rar) + +### [NandPro](NandPro) + +#### Description: +Read/write NAND dumps and repair the spare bytes / ECC sections. + +**Author:** +Tiros at [XBH](https://web.archive.org/web/20160609045245/http://www.xboxhacker.org/index.php?topic=12222.0) + +#### Download: +- xbins +- [360-HQ](https://www.360-hq.com/xbox360-homebrew-77-NandPro.html) + +### [360FlashTool](360FlashTool) + +#### Description: +Decrypt and extract various parts of an Xbox NAND dump. + +**Author:** +Robinsod, TheSpecialist and SeventhSon at [XBH](https://web.archive.org/web/20160609085653/http://www.xboxhacker.org/index.php?PHPSESSID=4cb55923337e8046142d55372b6832c5&topic=7691.0) + +Since Robinsod released the source of "360 Flash Dump Tool" and stopped +developing a couple of people (Redline99, Tiros and MODFREAKz) decided to continue develop this great app. + +#### Download: +- [0.97](http://www.one-winged-angelz.eu/XBOX360/Apps/360_Flash_Dump_Tool/360_Flash_Tool_v0.97.rar) + +### **[NANDFS](NANDFS)** + +Description: Add/remove/extract files from a NAND dump. Open source. + +**Author:** +[stoker25], based on 360 Flash Tool source by Robinsod. + +#### Download: +- [v.45d binaries](https://web.archive.org/web/20120312092545/http://stoker25.com/files/NANDFS45d-bin.zip) +- [v.45d source](https://web.archive.org/web/20120312093849/http://stoker25.com/files/NANDFS45d-src.zip) + +## PC Utilities + +| Title | Description | +| ------------ | ----------------------------------------------------------------------------------------------------------- | +| NandCompare | Check/verify your Xbox 360 NAND dumps and potentially even repair them if you have at least 3 'bad' dumps. | +| NANDPro | Read/write NAND dumps and repair the spare bytes / ECC sections. It can also flash CPLDs or log POST-Codes. | +| 360FlashTool | Display, Decrypt and extract various parts of an Xbox NAND dump. | + +[Category: Homebrew Software](/Homebrew) diff --git a/docs/Xbox-360-Linux/Distros/index.md b/docs/Xbox-360-Linux/Distros/index.md deleted file mode 100644 index 08dda72b..00000000 --- a/docs/Xbox-360-Linux/Distros/index.md +++ /dev/null @@ -1,10 +0,0 @@ -# Linux distributions - -* [LiveCD](LiveCD) -* [Ubuntu 7.10](Ubuntu/7_10) -* [Ubuntu 11.10](Ubuntu/11_10) -* [Debian-etch](Debian/etch) -* [Debian-lenny](Debian/lenny) -* [Debian-squeeze](Debian/squeeze) - -[Category: Xbox 360 Linux](../) diff --git a/docs/Xbox-360-System-Software/SFCX.md b/docs/Xbox-360-System-Software/SFCX.md deleted file mode 100644 index 60ed8d38..00000000 --- a/docs/Xbox-360-System-Software/SFCX.md +++ /dev/null @@ -1 +0,0 @@ -[Category: Xbox 360 System Software](../Category_Xbox360_System_Software) diff --git a/docs/Xbox-360-System-Software/XContent.md b/docs/Xbox-360-System-Software/XContent.md deleted file mode 100644 index 448b1485..00000000 --- a/docs/Xbox-360-System-Software/XContent.md +++ /dev/null @@ -1 +0,0 @@ -1. REDIRECT [STFS](STFS) diff --git a/docs/Xbox-360-System-Software/index.md b/docs/Xbox-360-System-Software/index.md deleted file mode 100644 index aaf64f3d..00000000 --- a/docs/Xbox-360-System-Software/index.md +++ /dev/null @@ -1,17 +0,0 @@ -# Category: Xbox 360 System Software - - -[Kernel](../Kernel) - -[Kernel Exports](../Kernel_Exports) - -[NAND Bad Blocks](../NAND_Bad_Blocks) - -[NAND File System](../NAND_File_System) - -[Pre-release differences](../Pre-release_differences) - -[Profile Account](../Profile_Account) - -[Reset Glitch Hack](../Reset_Glitch_Hack) - diff --git a/docs/Xbox_Revisions.md b/docs/Xbox_Revisions.md deleted file mode 100644 index 60113e6c..00000000 --- a/docs/Xbox_Revisions.md +++ /dev/null @@ -1 +0,0 @@ -1. REDIRECT [Xbox 360 Motherboards](Xbox_360_Motherboards) diff --git a/docs/Xenon_(Disambiguation).md b/docs/Xenon_(Disambiguation).md index 62bd3bce..d48b0f0f 100644 --- a/docs/Xenon_(Disambiguation).md +++ b/docs/Xenon_(Disambiguation).md @@ -11,4 +11,4 @@ and mentions of it can still be found in some 360 files. - [Xenos](Xenos), the GPU used by the Xbox 360 -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Hardware](/Hardware) diff --git a/docs/ZLX_Browser.md b/docs/ZLX_Browser.md index 7bf5767d..22bd301f 100644 --- a/docs/ZLX_Browser.md +++ b/docs/ZLX_Browser.md @@ -4,4 +4,4 @@ The browser is built with the [ZLX_Library](../ZLX Library) and is included with it. -[Category: Xbox 360 Homebrew_Software](../Category_Xbox360_Homebrew_Software) +[Homebrew_Software](/Homebrew) diff --git a/docs/Zephyr.md b/docs/Zephyr.md index 2ac28fa1..67c960e6 100644 --- a/docs/Zephyr.md +++ b/docs/Zephyr.md @@ -19,4 +19,4 @@ different set of connections to - Shipping with Hitachi 78 or 79 and **BenQ** DVD-Drive. May also have Lite-On drive if it was refurbished. -[Category: Xbox 360 Hardware](../Category_Xbox360_Hardware) +[Category: Hardware](/Hardware) diff --git a/docs/index.md b/docs/index.md index 9f25d6b3..1493fbc1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,21 +9,21 @@ To submit changes: ## Categories -[Xbox 360 Hardware](../Category_Xbox360_Hardware) -[Xbox 360 System Software](../Category_Xbox360_System_Software) +[Xbox 360 Hardware](/Hardware) +[Xbox 360 System Software](/System_Software) -[Xbox 360 Homebrew Software](../Category_Xbox360_Homebrew_Software) -[Xbox 360 Linux](../Category_Xbox360_Linux) -[Xbox 360 Development](../Category_Xbox360_Development) +[Xbox 360 Homebrew Software](/Homebrew) +[Xbox 360 Linux](/Linux) +[Xbox 360 Development](/Development) -[Support](../Category_Support) +[Support](/Support) -[Pages with missing images](../Category_Pages_with_missing_images) -[Template documentation](../Category_Template_documentation) +[Pages with missing images](/Pages_with_missing_images) +[Template documentation](/Template_documentation) ## To-do -[TODO](!TODO) +[TODO](/!TODO) ## Index @@ -293,7 +293,7 @@ To submit changes: [XTAF](XTAF) -[Xbox 360 Motherboards](Xbox_360_Motherboards) +[Xbox 360 Motherboards](Motherboards) [Xbox Revision Identification](Xbox_Revision_Identification) diff --git a/mkdocs.yml b/mkdocs.yml index dc2c5c7d..6cfc2c51 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,72 +32,86 @@ nav: - IRC: 'Support/IRC.md' - Links: 'Support/Links.md' - Hacks: - - Reset Glitch Hack (RGH): 'Xbox-360-Hacks/Reset_Glitch_Hack.md' - - SMC Hack (JTAG): 'Xbox-360-Hacks/SMC_Hack.md' - - King Kong Hack: 'Xbox-360-Hacks/King_Kong_Hack.md' + - Reset Glitch Hack (RGH): 'Hacks/Reset_Glitch_Hack.md' + - SMC Hack (JTAG): 'Hacks/SMC_Hack.md' + - King Kong Hack: 'Hacks/King_Kong_Hack.md' - Hardware: - Accessories: - - 'Xbox-360-Hardware/Accessories/Chatpad.md' - - 'Xbox-360-Hardware/Accessories/GamePad.md' - - 'Xbox-360-Hardware/Accessories/Headset.md' - - 'Xbox-360-Hardware/Accessories/Media_Remote.md' - - 'Xbox-360-Hardware/Accessories/Memory_Unit.md' + - Chatpad: 'Hardware/Accessories/Chatpad.md' + - GamePad (Controller): 'Hardware/Accessories/GamePad.md' + - Headset: 'Hardware/Accessories/Headset.md' + - Media Remote: 'Hardware/Accessories/Media_Remote.md' + - Memory Unit: 'Hardware/Accessories/Memory_Unit.md' - Console: - Revisions: - - 'Xbox-360-Hardware/Console/Revisions/Falcon.md' - - 'Xbox-360-Hardware/Console/Revisions/Jasper.md' - - 'Xbox-360-Hardware/Console/Revisions/Trinity.md' - - 'Xbox-360-Hardware/Console/Case.md' - - 'Xbox-360-Hardware/Console/DVD_Drive.md' - - 'Xbox-360-Hardware/Console/Ethernet.md' - - 'Xbox-360-Hardware/Fusesets.md' - - 'Xbox-360-Hardware/Console/HDD.md' - - 'Xbox-360-Hardware/Console/Memory.md' - - 'Xbox-360-Hardware/Console/Motherboard.md' - - 'Xbox-360-Hardware/8051_8052.md' - - 'Xbox-360-Hardware/Level_Shifter.md' + - 'Hardware/Console/Revisions/index.md' + - Falcon / Opus: 'Hardware/Console/Revisions/Falcon.md' + - Jasper: 'Hardware/Console/Revisions/Jasper.md' + - Trinity / Valhalla: 'Hardware/Console/Revisions/Trinity.md' + - Case: 'Hardware/Console/Case.md' + - DVD Drive: 'Hardware/Console/DVD_Drive.md' + - Ethernet: 'Hardware/Console/Ethernet.md' + - Fusesets: 'Hardware/Fusesets.md' + - HDD: 'Hardware/Console/HDD.md' + - Memory: 'Hardware/Console/Memory.md' + - Motherboard: 'Hardware/Console/Motherboard.md' + - 'Hardware/8051_8052.md' + - Level Shifter: 'Hardware/Level_Shifter.md' - NAND: - - 'Xbox-360-Hardware/index.md' - - 'Xbox-360-Hacks/NAND_Bad_Blocks.md' - - 'Xbox-360-Hacks/NAND_Reading.md' + - 'Hardware/index.md' + - Bad Blocks: 'Hacks/NAND_Bad_Blocks.md' + - Reading: 'Hacks/NAND_Reading.md' + - Pre-release Differences: 'Pre-release_differences.md' - System Software: - - 'Xbox-360-System-Software/index.md' + - 'System-Software/index.md' - File Formats: - - FMIM: 'Xbox-360-System-Software/Formats/FMIM.md' - - GPD: 'Xbox-360-System-Software/Formats/GPD.md' - - PEC: 'Xbox-360-System-Software/Formats/PEC.md' - - STFS: 'Xbox-360-System-Software/Formats/STFS.md' - - XDBF: 'Xbox-360-System-Software/Formats/XDBF.md' - - XCP: 'Xbox-360-System-Software/Formats/XCP.md' - - XEX: 'Xbox-360-System-Software/Formats/XEX.md' - - Error Codes: 'Xbox-360-System-Software/Error_Codes.md' - - System Software: 'Xbox-360-System-Software/360_System_Software.md' + - FMIM: 'System-Software/Formats/FMIM.md' + - GPD: 'System-Software/Formats/GPD.md' + - PEC: 'System-Software/Formats/PEC.md' + - SPA: 'System-Software/Formats/SPA.md' + - STFS: 'System-Software/Formats/STFS.md' + - XDBF: 'System-Software/Formats/XDBF.md' + - XCP: 'System-Software/Formats/XCP.md' + - XEX: 'System-Software/Formats/XEX.md' + - File Systems: + - FATX: 'System-Software/Systems/FATX.md' + - GDFX: 'System-Software/Systems/GDFX.md' + - Error Codes: 'System-Software/Error_Codes.md' + - Kernel: 'System-Software/Kernel.md' + - Pre-release Differences: 'Pre-release_differences.md' + - System Software: 'System-Software/360_System_Software.md' + - Shadowboot: 'System-Software/Shadowboot.md' + - XConfig: 'System-Software/XConfig.md' + - XDK Kernel: 'System-Software/XDK_Kernel.md' - Homebrew: - - 'Xbox-360-Homebrew/index.md' + - 'Homebrew/index.md' - Linux: - - LFlash: 'Xbox-360-Linux/Lflash.md' + - LFlash: 'Linux/Lflash.md' - Linux Distros: - - 'Xbox-360-Linux/Distros/index.md' - - LiveCD: 'Xbox-360-Linux/Distros/LiveCD.md' + - 'Linux/Distros/index.md' + - LiveCD: 'Linux/Distros/LiveCD.md' - Debian: - - 'Etch': 'Xbox-360-Linux/Distros/Debian/etch.md' - - 'Lenny': 'Xbox-360-Linux/Distros/Debian/lenny.md' - - 'Squeeze': 'Xbox-360-Linux/Distros/Debian/squeeze.md' + - 'Etch': 'Linux/Distros/Debian/etch.md' + - 'Lenny': 'Linux/Distros/Debian/lenny.md' + - 'Squeeze': 'Linux/Distros/Debian/squeeze.md' - Ubuntu: - - 'Xbox-360-Linux/Distros/Ubuntu/index.md' - - '7.10': 'Xbox-360-Linux/Distros/Ubuntu/7_10.md' - - '11.10': 'Xbox-360-Linux/Distros/Ubuntu/11_10.md' - - Linux Kernel: 'Xbox-360-Linux/Linux_Kernel.md' - - Linux Kernel Development: 'Xbox-360-Linux/Linux_Kernel_Development.md' - - Xenos Framebuffer: 'Xbox-360-Development/Xenos_Framebuffer.md' + - 'Linux/Distros/Ubuntu/index.md' + - '7.10': 'Linux/Distros/Ubuntu/7_10.md' + - '11.10': 'Linux/Distros/Ubuntu/11_10.md' + - Linux Kernel: 'Linux/Linux_Kernel.md' + - Linux Kernel Development: 'Linux/Linux_Kernel_Development.md' + - Xenos Framebuffer: 'Development/Xenos_Framebuffer.md' - Development: - - Cross-Compiler: 'Xbox-360-Development/Cross_Compiler.md' - - Dumpana: 'Xbox-360-Development/Dumpana.md' - - Finding the right timing: 'Xbox-360-Development/Finding_the_right_timing.md' - - Free60 Git Repo: 'Xbox-360-Development/Free60_Git_Repository.md' - - LibHomebrew: 'Xbox-360-Development/LibHomebrew.md' - - LibXenon: 'Xbox-360-Development/LibXenon.md' - - Xenos Framebuffer: 'Xbox-360-Development/Xenos_Framebuffer.md' + - Cross-Compiler: 'Development/Cross_Compiler.md' + - Dumpana: 'Development/Dumpana.md' + - Finding the right timing: 'Development/Finding_the_right_timing.md' + - Free60 Git Repo: 'Development/Free60_Git_Repository.md' + - LibHomebrew: 'Development/LibHomebrew.md' + - LibXenon: + - 'Development/LibXenon/index.md' + - Examples: 'Development/LibXenon/Examples.md' + - Xenon Toolchain: 'Development/LibXenon/Xenon_Toolchain.md' + - Xenos Framebuffer: 'Development/Xenos_Framebuffer.md' - ToDo: '!TODO.md' plugins: search: {} @@ -105,24 +119,34 @@ plugins: redirect_maps: # Original Wiki -> MkDocs Wiki 'wiki/Home_Page.md': 'index.md' - 'wiki/Secure_Transacted_File_System.md': 'Xbox-360-System-Software/Formats/STFS.md' - 'wiki/XContent.md': 'Xbox-360-System-Software/Formats/STFS.md' - 'wiki/Xbox-Software.md': 'Xbox-360-System-Software/360_System_Software.md' - 'wiki/XTAF.md': 'Xbox-360-System-Software/FATX.md' - 'wiki/XeLL.md': 'Xbox-360-Homebrew/Tools/XeLL.md' - 'wiki/XeLLous.md': 'Xbox-360-Homebrew/Tools/XeLL.md' - 'wiki/XeLl_Reloaded.md': 'Xbox-360-Homebrew/Tools/XeLL.md' - 'wiki/Xenos.md': 'Xbox-360-Hardware/Console/Xenos_(GPU).md' - 'wiki/SMS_Plus.md': 'Xbox-360-Homebrew/Emulators/Sega_Master_System_Plus.md' + 'wiki/Reading_Out_nand.md': 'Hacks/NAND_Reading.md' + 'wiki/Secure_Transacted_File_System.md': 'System-Software/Formats/STFS.md' + 'wiki/SMS_Plus.md': 'Homebrew/Emulators/Sega_Master_System_Plus.md' + 'wiki/Toolchain.md': 'Development/LibXenon/Xenon_Toolchain.md' + 'wiki/XContent.md': 'System-Software/Formats/STFS.md' + 'wiki/XTAF.md': 'System-Software/Systems/FATX.md' + 'wiki/XeLL.md': 'Homebrew/Tools/XeLL.md' + 'wiki/XeLLous.md': 'Homebrew/Tools/XeLL.md' + 'wiki/XeLl_Reloaded.md': 'Homebrew/Tools/XeLL.md' + 'wiki/Xenos.md': 'Hardware/Console/Xenos_(GPU).md' + 'wiki/Xbox_Revisions.md': 'Hardware/Console/Revisions/index.md' + 'wiki/Opus.md': 'Hardware/Console/Revisions/Falcon.md' + 'wiki/Valhalla.md': 'Hardware/Console/Revisions/Trinity.md' + 'wiki/Xbox-Software.md': 'System-Software/360_System_Software.md' # MkDocs Wiki Changes - 'STFS.md': 'Xbox-360-System-Software/Formats/STFS.md' - 'FATX.md': 'Xbox-360-System-Software/FATX.md' - 'Xbox-System-Software.md': 'Xbox-360-System-Software/360_System_Software.md' - 'XeLL.md': 'Xbox-360-Homebrew/Tools/XeLL.md' - 'XeLLous.md': 'Xbox-360-Homebrew/Tools/XeLL.md' - 'XeLL_Reloaded.md': 'Xbox-360-Homebrew/Tools/XeLL.md' - 'Xenos_(GPU).md': 'Xbox-360-Hardware/Console/Xenos_(GPU).md' + 'STFS.md': 'System-Software/Formats/STFS.md' + 'FATX.md': 'System-Software/Systems/FATX.md' + 'Xbox-System-Software.md': 'System-Software/360_System_Software.md' + 'XeLL.md': 'Homebrew/Tools/XeLL.md' + 'XeLLous.md': 'Homebrew/Tools/XeLL.md' + 'XeLL_Reloaded.md': 'Homebrew/Tools/XeLL.md' + 'Xenos_(GPU).md': 'Hardware/Console/Xenos_(GPU).md' # Additional - 'Secure_Transacted_File_System.md': 'Xbox-360-System-Software/Formats/STFS.md' - 'Xbox_OS.md': 'Xbox-360-System-Software/360_System_Software.md' - 'Xenos.md': 'Xbox-360-Hardware/Console/Xenos_(GPU).md' + 'Development/Toolchain.md': 'Development/LibXenon/Xenon_Toolchain.md' + 'System-Software/Formats/Secure_Transacted_File_System.md': 'System-Software/Formats/STFS.md' + 'Secure_Transacted_File_System.md': 'System-Software/Formats/STFS.md' + 'Xbox_OS.md': 'System-Software/360_System_Software.md' + 'Xenos.md': 'Hardware/Console/Xenos_(GPU).md' + 'Hardware/Revisions/Opus.md': 'Hardware/Console/Revisions/Falcon.md' + 'Hardware/Revisions/Valhalla.md': 'Hardware/Console/Revisions/Trinity.md' + 'Toolchain.md': 'Development/LibXenon/Xenon_Toolchain.md'