Flash:0FACE0FF DEADBEEF: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(→‎structure: block notes)
mNo edit summary
 
Line 43: Line 43:


{{Flash}}
{{Flash}}
 
<noinclude>[[Category:Main]]</noinclude>
[[Category:Flash]]

Latest revision as of 23:38, 2 February 2014

Header - 0FACE0FF DEADBEEF[edit | edit source]

Location:

  • NOR: 0x000000 - 0x00001FF
  • NAND: 0x0040000 - 0x00401FF

example[edit | edit source]

NOR: 0x000000 - 0x00001FF NAND: 0x0040000 - 0x00401FF
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   
00000000  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
00000010  00 00 00 00 0F AC E0 FF 00 00 00 00 DE AD BE EF  .....¬àÿ....Þ.¾ï
00000020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 78 00  ..............x.
00000030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
....
000001F0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   
00040000  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
00040010  00 00 00 00 0F AC E0 FF 00 00 00 00 DE AD BE EF  .....¬àÿ....Þ­¾ï
00040020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 76 00  ..............v.
00040030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
....
000401F0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................

structure[edit | edit source]

Address Length Value Description
0x00 0x10 0x0 Blank/Unknown
0x10 0x10 0x0FACE0FF 0xDEADBEEF Magic number
0x20 0x10 0x7800 Length of "0FACE0FF DEADBEEF area", in number of blocks (1 block = 0x200 or 512 bytes)
NOR: 0x7800 * 0x200 = 0xF00000
NAND: 0x7600 * 0x200 = 0xEC0000
0x30 0x1D0 0x0 Blank/Unknown