Difference between revisions of "KProcess"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
! Type | ! Type | ||
! Description | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | u32 | ||
+ | | Pointer to vtable | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | u32 | ||
+ | | Reference count | ||
|- | |- | ||
| 0x54 | | 0x54 |
Revision as of 07:37, 27 December 2012
class KProcess extends KSynchronizationObject;
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x54 | u32 | Virtual address of the MMU table for this process |
0xA8 | u32 | Pointer to KCodeSet instance |
0xAC | u32 | Process id |