Xbox System Software: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
imported>Stoker25
imported>Stoker25
Line 32: Line 32:
The Xbox 360 also uses different [[File Formats]] for storage of data, as storage on the Xbox is limited, these files are usually binary. [http://wiki.XeNTaX.com XeNTaX.com] is a DataBase of hundreds of different file formats, which may be of help.
The Xbox 360 also uses different [[File Formats]] for storage of data, as storage on the Xbox is limited, these files are usually binary. [http://wiki.XeNTaX.com XeNTaX.com] is a DataBase of hundreds of different file formats, which may be of help.


'''[[XEX]]''' <span style="font-size:85%;">('''X'''enon '''Ex'''ecutable)</span> is the executable format used by the Xbox 360.
'''[[PEC]]''' <span style="font-size:85%;">('''P'''rofile '''E'''mbedded '''C'''ontent)</span> is used as another layer of security inside profiles.
 
'''[[XContent]]''' <span style="font-size:85%;">(Content Packages)</span> is used for secure storage of files on memory devices.


'''[[XDBF]]'''/'''[[GPD]]'''/'''[[SPA]]''' <span style="font-size:85%;">('''X'''box '''D'''ash'''b'''oard '''F'''ile/'''G'''amer '''P'''rofile '''D'''ata/'''S'''tatistics, '''P'''resence and '''A'''chievements)</span> is used for profiles (achievements/settings/titles) and games (achievements/strings/ratings).
'''[[XDBF]]'''/'''[[GPD]]'''/'''[[SPA]]''' <span style="font-size:85%;">('''X'''box '''D'''ash'''b'''oard '''F'''ile/'''G'''amer '''P'''rofile '''D'''ata/'''S'''tatistics, '''P'''resence and '''A'''chievements)</span> is used for profiles (achievements/settings/titles) and games (achievements/strings/ratings).
'''[[XEX]]''' <span style="font-size:85%;">('''X'''enon '''Ex'''ecutable)</span> is the executable format used by the Xbox 360.


'''[[XMI]]''' <span style="font-size:85%;">('''X'''enon '''M'''usic '''I'''ndex)</span> is used to index music on the Xbox.
'''[[XMI]]''' <span style="font-size:85%;">('''X'''enon '''M'''usic '''I'''ndex)</span> is used to index music on the Xbox.


[[Category:Software]]
[[Category:Software]]

Revision as of 04:26, 17 August 2010

The Xbox's Software is composed of many things, including the bootloaders, the kernel, the dashboard and more.

Bootloaders

1BL

Stored in CPU rom, decrypts and starts CB bootloader. (more info needed)

CB/2BL

Stored in NAND, decrypts and starts CD bootloader. (more info needed)

CD

Stored in NAND, decrypts and decompresses CE, which contains the base kernel and hypervisor. It then decrypts and starts the CF bootloader. (more info needed)

CF

Stored in NAND, decrypts and decompresses CG, which contains the latest update patches for kernel and hypervisor. It then applies the patches and loads. (more info needed)

Hypervisor

The hypervisor is used to protect the Xbox 360 console from attacks, by running the hypervisor with higher privileges than the kernel.

Kernel

The Xbox 360's kernel is responsible for low level hardware communication and more. (more info needed)

File Systems

The Xbox 360 uses various File Systems for storing games, user content and more.

FATX (File Allocation Table for Xbox) is used as the storage filesystem on hard drives/memory units/USB devices/xlaunch.fdf files.

STFS (Secure Transacted File System) is used for game saves, profiles, arcade games, downloadable content and more. STFS is also referred to as CON/LIVE/PIRS files, as they are all STFS files, just signed with a different header.

STFC (Secure Transacted File Cache) is used for cache storage for games.

NAND File System is used to store the bootloaders, kernel, keyvault and other files on the NAND.

File Formats

The Xbox 360 also uses different File Formats for storage of data, as storage on the Xbox is limited, these files are usually binary. XeNTaX.com is a DataBase of hundreds of different file formats, which may be of help.

PEC (Profile Embedded Content) is used as another layer of security inside profiles.

XContent (Content Packages) is used for secure storage of files on memory devices.

XDBF/GPD/SPA (Xbox Dashboard File/Gamer Profile Data/Statistics, Presence and Achievements) is used for profiles (achievements/settings/titles) and games (achievements/strings/ratings).

XEX (Xenon Executable) is the executable format used by the Xbox 360.

XMI (Xenon Music Index) is used to index music on the Xbox.