KProcess: Difference between revisions
No edit summary |
No edit summary |
||
Line 229: | Line 229: | ||
| s32 | | s32 | ||
| Ideal processor for this process | | Ideal processor for this process | ||
|- | |||
| 0x78 | |||
| KDebug* | |||
| KDebug object created from svc 60 to debug the process | |||
|- | |- | ||
| 0x7C | | 0x7C | ||
| KResourceLimit* | | KResourceLimit* | ||
| Pointer to resource limits for process. | | Pointer to resource limits for process. | ||
|- | |||
| 0x80 | |||
| u8 | |||
| Normally 1 to indicate process is open/available. Set to 2 to indicate process is exiting/closing and 3 to indicate exited/closed. | |||
|- | |||
| 0x81 | |||
| u8 | |||
| Process affinity mask | |||
|- | |||
| 0x82 | |||
| u16 | |||
| Unused, alignment | |||
|- | |- | ||
| 0x84 | | 0x84 | ||
Line 269: | Line 285: | ||
| u32 | | u32 | ||
| Process id, this always begins at 0x0 for the first process. | | Process id, this always begins at 0x0 for the first process. | ||
|- | |||
| 0xB8 | |||
| s64 | |||
| Process creation time as tick count | |||
|- | |- | ||
| 0xC0 | | 0xC0 | ||
Line 452: | Line 472: | ||
| 0xC0 | | 0xC0 | ||
| s64 | | s64 | ||
| | | Process creation time as tick count | ||
|- | |- | ||
| 0xC8 | | 0xC8 |