KThread: Difference between revisions

Smea (talk | contribs)
mNo edit summary
No edit summary
Line 27: Line 27:
|-
|-
| 0x88
| 0x88
| u32
| u32*
| X = Y-0xB0 (sizeof(KThread) ?) (X-8=thread's SVC stack top ?)
| ptr = *(KThread+0x8C) - 0xB0
|-
|-
| 0x8C
| 0x8C
| u32
| u32*
| Y
| End-address of the page for this thread allocated in the [[Memory_layout|0xFF4XX000]] region. Thus, if the beginning of this mapped page is 0xFF401000, this ptr would be 0xFF402000.
|-
|-
| 0xA0
| 0xA0