Difference between revisions of "KProcess"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
|- | |- | ||
! Offset | ! Offset | ||
+ | ! Type | ||
! Description | ! Description | ||
|- | |- | ||
| 0x54 | | 0x54 | ||
+ | | u32 | ||
| Virtual address of the MMU table for this process | | Virtual address of the MMU table for this process | ||
|- | |- | ||
| 0xA8 | | 0xA8 | ||
+ | | u32 | ||
| Pointer to KCodeSet instance | | Pointer to KCodeSet instance | ||
|- | |- | ||
| 0xAC | | 0xAC | ||
+ | | u32 | ||
| Process id | | Process id | ||
|} | |} |
Revision as of 06:44, 27 December 2012
Offset | Type | Description |
---|---|---|
0x54 | u32 | Virtual address of the MMU table for this process |
0xA8 | u32 | Pointer to KCodeSet instance |
0xAC | u32 | Process id |