Changes

722 bytes added ,  03:04, 1 August 2021
Added update partition info
Line 405: Line 405:  
| 4
 
| 4
 
| Pointer to the [[apploader]]
 
| Pointer to the [[apploader]]
 +
|}
 +
 +
=== Update partition ===
 +
The update partition includes an __update.inf in the root, which describes the locations of the [[WAD files]] elsewhere.
 +
 +
{| class="wikitable"
 +
|-
 +
! Start
 +
! Size
 +
! Description
 +
|-
 +
| 0x00
 +
| 16
 +
| Timestamp
 +
|-
 +
| 0x10
 +
| 4
 +
| Number of titles to update on newer discs, all 0 on older discs
 +
|-
 +
| 0x14
 +
| 12
 +
| Padding (all 0)
 +
|-
 +
| 0x20
 +
| varies
 +
| Update entries (see struct below)
 +
|}
 +
 +
==== Update entry ====
 +
{| class="wikitable"
 +
! Start
 +
! Size
 +
! Description
 +
|-
 +
| 0x000
 +
| 4
 +
| Type
 +
|-
 +
| 0x004
 +
| 4
 +
| Attribute
 +
|-
 +
| 0x008
 +
| 8
 +
| Unknown
 +
|-
 +
| 0x010
 +
| 64
 +
| Path to WAD
 +
|-
 +
| 0x050
 +
| 8
 +
| [[Title ID]]
 +
|-
 +
| 0x058
 +
| 2
 +
| Title version
 +
|-
 +
| 0x05a
 +
| 64
 +
| Name
 +
|-
 +
| 0x09a
 +
| 64
 +
| Info
 +
|-
 +
| 0x0da
 +
| 288
 +
| Padding (all 0)
 
|}
 
|}
  
5,579

edits