Changes

369 bytes added ,  23:30, 3 September 2014
Created page with "Each thread is given a 0x200-byte thread-local-storage block by the kernel. It is used during IPC communications. {| class="wikitable" border="1" |- ! ..."
Each thread is given a 0x200-byte thread-local-storage block by the kernel. It is used during [[IPC_Command_Structure|IPC communications]].

{| class="wikitable" border="1"
|-
! Offset
! Size
! Description
|-
| 0
| 0x80
| Undefined, can be used by application for any purpose.
|-
| 0x80
| 0x100
| IPC command with parameters
|-
| 0x180
| 0x80
| IPC static buffers
|}