Difference between revisions of "XDVDFS"
From xboxdevwiki
(Created page with "XDVDFS (Also known as XISO) is the image format used for Xbox Game Discs. It is stored in the data area. == Format == Each sector is 2048 bytes. The first...") |
(No difference)
|
Revision as of 11:11, 9 November 2017
XDVDFS (Also known as XISO) is the image format used for Xbox Game Discs. It is stored in the data area.
Format
Each sector is 2048 bytes. The first data is the magic at sector 32. It is always "MICROSOFT*XBOX*MEDIA".
Filesystem
[FIXME]
File entry flags:
- READONLY = 0x01
- HIDDEN = 0x02
- SYSTEM = 0x04
- DIRECTORY = 0x10
- ARCHIVE = 0x20
- NORMAL = 0x80
Security blocks
[FIXME]
Random blocks
[FIXME]