11.0.1: Difference between revisions
→Kernel: complete 11.0.1 kernel diff |
|||
Line 25: | Line 25: | ||
====Kernel==== | ====Kernel==== | ||
The kernel was updated. | The kernel was updated. | ||
* 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==== |