KProcess: Difference between revisions
No edit summary |
No edit summary |
||
Line 437: | Line 437: | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to last KLinkedListNode in list of KMemoryBlocks used by the process | | Pointer to last KLinkedListNode in list of KMemoryBlocks used by the process | ||
|- | |||
| 0x40 | |||
| u32 | |||
| Unknown | |||
|- | |||
| 0x44 | |||
| u32 | |||
| Unknown | |||
|- | |- | ||
| 0x48 | | 0x48 | ||
Line 449: | Line 457: | ||
| bool | | bool | ||
| Process is the currently loaded game/app | | Process is the currently loaded game/app | ||
|- | |||
| 0x50 | |||
| u32 | |||
| Unknown | |||
|- | |- | ||
| 0x54 | | 0x54 | ||
Line 457: | Line 469: | ||
| u32* | | u32* | ||
| [[Memory_layout|LINEAR]] memory virtual address(userland) base for this process. | | [[Memory_layout|LINEAR]] memory virtual address(userland) base for this process. | ||
|- | |||
| 0x5C | |||
| u32 | |||
| Unknown | |||
|- | |- | ||
| 0x60 | | 0x60 | ||
Line 481: | Line 497: | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| Pointer to last KLinkedListNode in the list of KThreadLocalPages | | Pointer to last KLinkedListNode in the list of KThreadLocalPages | ||
|- | |||
| 0x78 | |||
| u32 | |||
| Unknown | |||
|- | |- | ||
| 0x7C | | 0x7C |