NCCH/Extended Header: Difference between revisions

No edit summary
Line 173: Line 173:
|  0xC
|  0xC
|  0x2
|  0x2
Reserved
Flag1 and Flag2
|-
|-
|  0xE
|  0xE
Line 213: Line 213:


In the exheader data, the IdealProcessor field is a bit-index, while in the accessdesc the IdealProcessor field is a bitmask. When the bit specified by the exheader field is not set in the accessdesc field, an error is returned. "if((1<<exheaderval) & accessdescval == 0)return error"
In the exheader data, the IdealProcessor field is a bit-index, while in the accessdesc the IdealProcessor field is a bitmask. When the bit specified by the exheader field is not set in the accessdesc field, an error is returned. "if((1<<exheaderval) & accessdescval == 0)return error"
==== Flag1 and Flag2 ====
Support for these two u8 flags were implemented with [[8.0.0-18]].


==== Storage Info ====
==== Storage Info ====