Changes

183 bytes added ,  06:55, 15 March 2015
updates for n3ds KProcess
Line 321: Line 321:  
| u32
 
| u32
 
| Process id, this always begins at 0x0 for the first process.
 
| Process id, this always begins at 0x0 for the first process.
 +
|-
 +
| 0xC8
 +
| KThread*
 +
| Pointer to the process's main thread.
 
|-
 
|-
 
| 0xDC
 
| 0xDC
 
| KProcessHandleTable
 
| KProcessHandleTable
 
| This is the data for tracking and using all of the KProcess's handles.
 
| This is the data for tracking and using all of the KProcess's handles.
 +
|-
 +
| 0xF4
 +
| HandleData[0x28]
 +
| These internal HandleData entries are only used if the exheader's handle table size is 0
 
|}
 
|}
   Line 373: Line 381:  
| 0x18
 
| 0x18
 
| HandleData[28]
 
| HandleData[28]
| This small handle data table internal to the KProcess is only used in certain processes that don't have an external handle data table in FCRAM.  It is all zeros in most processes.
+
| This small handle data table, internal to the KProcess, is only used in certain processes that don't have an external handle data table in FCRAM.  It is all zeros in most processes.
 
|}
 
|}
  
374

edits