KThread: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
|- | |- | ||
| 0x88 | | 0x88 | ||
| u32 | | u32* | ||
| | | ptr = *(KThread+0x8C) - 0xB0 | ||
|- | |- | ||
| 0x8C | | 0x8C | ||
| u32 | | u32* | ||
| | | 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 |