-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
214 changed files
with
328 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,67 @@ | ||
- [Home](index.md) | ||
- Hardware | ||
- [SKU List](retail-xone-skus.md) | ||
- [Codenames](codenames.md) | ||
- [Console revisions](console-revisions.md) | ||
- [CPU](cpu.md) | ||
- [Southbridge](southbridge.md) | ||
- [eMMC / Flash](emmc-flash.md) | ||
- [Wifi](wifi.md) | ||
- [Ethernet](ethernet.md) | ||
- [Optical Disc Drive](optical-disc-drive.md) | ||
- [ODD Update Logs](optical-disc-drive/odd-firmware-update-log.md) | ||
- [RF unit](rf-unit.md) | ||
- [XDK Transfer device](xdk_transfer.md) | ||
- Software | ||
- [Firmware](firmware.md) | ||
- [Bootanimation](bootanimation.md) | ||
- [Bootloaders](bootloaders.md) | ||
- [Certificates](certificates.md) | ||
- [Flash (XBFS)](xbox-boot-file-system.md) | ||
- [Southbridge filesystem (SBFS)](southbridge-file-system.md) | ||
- [Hard drive](harddrive.md) | ||
- [Security Processor](security-processor.md) | ||
- [USB NTFS Overrides](usb-ntfs-overrides.md) | ||
- [Telemetry](telemetry.md) | ||
- [Protocol URIs (Deep links)](protocol-URIs.md) | ||
- [Xbox Game Disc](xbox-game-disc.md) | ||
- [XEO3 Emulator](xeo3.md) | ||
- xeo3/*.md | ||
- [Xbox Operating System](xbox-operating-system.md) | ||
- [Xbox UI](xbox-ui.md) | ||
- [Xbox WinRT](winmd.md) | ||
- [XCRDUtil](xcrdutil.md) | ||
- [DefaultApp](default-app.md) | ||
- [Kiosk](kiosk.md) | ||
- [Exploits](exploits.md) | ||
- Security | ||
- [General Security design](security/general-security-design.md) | ||
- [Security Processor (AMD PSP)](security/security-processor.md) | ||
- [Certificates](security/certificates.md) | ||
- [Exploits](security/exploits.md) | ||
- exploits/*.md | ||
- [Unauthorized Xbox Device Lockout](unauthorized-device-lockout.md) | ||
- Boot | ||
- [Bootloaders / Bootchain](boot/bootloaders.md) | ||
- [Soutbridge filesystem (SBFS)](boot/southbridge-file-system.md) | ||
- [Boot filesystem (XBFS)](boot/xbox-boot-file-system.md) | ||
- [VBI (Virtual boot image)](boot/vbi.md) | ||
- [NTFS USB overrides](boot/usb-ntfs-overrides.md) | ||
- [Bootanimation](boot/bootanimation.md) | ||
- Console models | ||
- [Console revisions](console-models/console-revisions.md) | ||
- [Retail SKUs](console-models/retail-xone-skus.md) | ||
- [Devkit types](console-models/devkit-types.md) | ||
- Hardware | ||
- [CPU](hardware/cpu.md) | ||
- [Southbridge](hardware/southbridge.md) | ||
- [eMMC / Flash](hardware/emmc-flash.md) | ||
- [Wifi](hardware/wifi.md) | ||
- [Ethernet](hardware/ethernet.md) | ||
- [Optical Disc Drive](hardware/optical-disc-drive.md) | ||
- [ODD Update Logs](hardware/odd-firmware-update-log.md) | ||
- [RF unit](hardware/rf-unit.md) | ||
- [XDK Transfer device](hardware/xdk_transfer.md) | ||
- Operating system | ||
- [Firmware](operating-system/firmware.md) | ||
- [Hard drive layout](operating-system/harddrive-partitioning.md) | ||
- [Telemetry](operating-system/telemetry.md) | ||
- [Protocol URIs (Deep links)](operating-system/protocol-URIs.md) | ||
- [Xbox Operating System](operating-system/xbox-operating-system.md) | ||
- [Xbox UI](operating-system/xbox-ui.md) | ||
- [XCRDUtil](operating-system/xcrdutil.md) | ||
- [DefaultApp](operating-system/default-app.md) | ||
- [Kiosk](operating-system/kiosk.md) | ||
- [Xbox Virtual Drives (XVD)](operating-system/xbox-virtual-drive.md) | ||
- [Unauthorized Xbox Device Lockout](operating-system/unauthorized-device-lockout.md) | ||
- Games | ||
- [Xbox Game Disc](games/xbox-game-disc.md) | ||
- [XEO3 Emulator](games/xeo3-x360-classic-xbox-emulator.md) | ||
- [Savegames](games/savegames.md) | ||
- Xbox Live | ||
- [Xbox Live Error Codes](xbox-live/hresult-error-codes.md) | ||
- [XSTS Token](xbox-live/xsts-token.md) | ||
- [Update Groups](xbox-live/update-group-ids.md) | ||
- [Update CDN APIs and Downloads](xbox-live/update-cdn.md) | ||
- File formats | ||
- [Update.cfg](update-cfg.md) | ||
- [Xbox Virtual Drives (XVD)](xbox-virtual-drive.md) | ||
- [XVI](xvi.md) | ||
- [XCT](xct.md) | ||
- [VBI](vbi.md) | ||
- [Savegames](savegames.md) | ||
- [Update.cfg](file-formats/update-cfg.md) | ||
- [XVI](file-formats/xvi.md) | ||
- [XCT](file-formats/xct.md) | ||
- Development | ||
- [PC tools](pc_tools.md) | ||
- [Devkit types](devkit-types.md) | ||
- [Setting up your console](setup-dev-mode.md) | ||
- [Compiling for xbox](compiling-for-xbox.md) | ||
- [Installing Compatible Software](installing-compatible-software.md) | ||
- [Creating your own Windows User](creating-a-win-user.md) | ||
- [Xbox Device Portal](device-portal.md) | ||
- dev-portal-api/** | ||
- [XTF APIs](xtf-apis.md) | ||
- xtf-apis/*.md | ||
- [PC tools](development/pc_tools.md) | ||
- [Setting up your console](development/setup-dev-mode.md) | ||
- [Compiling for xbox](development/compiling-for-xbox.md) | ||
- [Installing Compatible Software](development/installing-compatible-software.md) | ||
- [Creating your own Windows User](development/creating-a-win-user.md) | ||
- [Xbox Device Portal](development/device-portal.md) | ||
- [Xbox WinRT](development/winmd.md) | ||
- development/dev-portal-api/** | ||
- [XTF APIs](development/xtf-apis.md) | ||
- development/xtf-apis/*.md | ||
- Misc | ||
- [Codenames](misc/codenames.md) | ||
- [FAQ](faq.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.