Changes

91 bytes added ,  18:15, 14 December 2016
The kernel explicitely sees the nodes as a pair
Line 6: Line 6:  
|-
 
|-
 
!  Offset
 
!  Offset
! Type
+
! colspan="2"|Type
 
!  Description
 
!  Description
 
|-
 
|-
 
| 0x0
 
| 0x0
| u32
+
| style="text-align:center;" colspan="2"|u32
 
| KLinkedListNode count
 
| KLinkedListNode count
 
|-
 
|-
| 0x4
+
| rowspan="2"|0x4
 +
| rowspan="2"|KLinkedListNodePair
 
| [[KLinkedListNode]]*
 
| [[KLinkedListNode]]*
 
| Pointer to first KLinkedListNode in the list of objects
 
| Pointer to first KLinkedListNode in the list of objects
 
|-
 
|-
| 0x8
   
| [[KLinkedListNode]]*
 
| [[KLinkedListNode]]*
 
| Pointer to last KLinkedListNode in the list of objects
 
| Pointer to last KLinkedListNode in the list of objects
 
|}
 
|}
516

edits