Editing Flash:cell ext os area
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= cell_ext_os_area = | = cell_ext_os_area = | ||
NAND only | NAND only | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Header | |+Header | ||
! | ! offset !! lenght !! example !! name !! notes | ||
|- | |- | ||
| 0x000 || 0x10 || cell_ext_os_area || '''magic''' || | | 0x000 || 0x10 || cell_ext_os_area || '''magic''' || | ||
Line 11: | Line 10: | ||
| 0x010 || 0x4 || ? || '''version''' || | | 0x010 || 0x4 || ? || '''version''' || | ||
|- | |- | ||
| 0x014 || 0x4 || 0x400 ? || ''' | | 0x014 || 0x4 || 0x400 ? || '''otheros_offset''' || | ||
|- | |- | ||
| 0x018 || 0x4 || | | 0x018 || 0x4 || ? || '''bootloader_offset''' || | ||
|- | |- | ||
| 0x01C || 0x4 || ? || ''reserved'' || | | 0x01C || 0x4 || ? || ''reserved'' || | ||
|- | |- | ||
| 0x020 || 0x4 || ? || ''' | | 0x020 || 0x4 || ? || '''ldr_format''' || | ||
|- | |- | ||
| 0x024 || 0x4 || ? || ''' | | 0x024 || 0x4 || ? || '''ldr_size''' || | ||
|- | |- | ||
| 0x028 || 0x1D8 || ? || ''reserved'' || up to 0x200 (1 block) | | 0x028 || 0x1D8 || ? || ''reserved'' || up to 0x200 (1 block) | ||
Line 26: | Line 25: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+CellOS area | |+CellOS area | ||
! | ! offset !! lenght !! example !! name !! notes | ||
|- | |- | ||
| 0x200 || 0x4 || 0 || '''boot_flag''' || 0 = GameOS<br>1 = OtherOS | | 0x200 || 0x4 || 0 || '''boot_flag''' || 0 = GameOS<br>1 = OtherOS ? | ||
|- | |- | ||
| 0x204 || 0xC || ? || ''reserved'' || | | 0x204 || 0xC || ? || ''reserved'' || | ||
Line 37: | Line 36: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+OtherOS area | |+OtherOS area | ||
! | ! offset !! lenght !! example !! name !! notes | ||
|- | |- | ||
| 0x400 || varies || ? || ''unknown'' || | | 0x400 || varies || ? || ''unknown'' || | ||
|- | |- | ||
| varies || varies || ? || ''' | | varies || varies || ? || '''bootloader''' || end of region at 0x400000 (8192 blocks) | ||
|} | |} | ||
{{Flash}} | {{Flash}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |