Changes

323 bytes added ,  10:45, 11 December 2020
→‎Kernel: complete 11.0.1 kernel diff
Line 25: Line 25:  
====Kernel====
 
====Kernel====
 
The kernel was updated.
 
The kernel was updated.
<check back for diffs later>
+
* The new thread linked list pointer member in KSynchronizationObject (added in 11.0.0) is now two pointers; it is now a head/tail sentinel pair instead of just a head pointer.
 +
** KSynchronizationObject::Wait now updates both pointers accordingly.
 +
* Only other changes are due to KSynchronizationObject (and derivations) increasing in size by 8 bytes.
    
====FIRM Sysmodules====
 
====FIRM Sysmodules====