Changes

Jump to navigation Jump to search
415 bytes added ,  22:53, 27 December 2015
Created page with "Category:Kernel objects Size : 0x10 bytes This is used to keep track of kernel objects and allocate new ones. {| class="wikitable" border="1" |- ! Offset ! Type ! Desc..."
[[Category:Kernel objects]]
Size : 0x10 bytes

This is used to keep track of kernel objects and allocate new ones.

{| class="wikitable" border="1"
|-
! Offset
! Type
! Description
|-
| 0x0
| u32
| Pointer to next available kernel object
|-
| 0x4
| u32
| Pointer to first kernel object
|-
| 0x8
| u32
| Size of kernel heap allocation for this specific kernel object
|-
| 0xC
| u32
| Size of this kernel object
|}
374

edits

Navigation menu