Changes

510 bytes added ,  19:33, 10 December 2016
Created page with "Category:Kernel interrupt events class KSendableInterruptEvent extends KSynchronizationInterruptEvent; Size : 0x8 bytes Abstract class used as base for KProces..."
[[Category:Kernel interrupt events]]
class [[KSendableInterruptEvent]] extends [[KSynchronizationInterruptEvent]];

Size : 0x8 bytes

Abstract class used as base for [[KProcess]], [[KThread]] and some DMA-related object. Used with [[KInterruptEventMailbox]]

{| class="wikitable" border="1"
|-
! Offset
! Type
! Description
|-
| 0x0
| void **
| Pointer to vtable
|-
| 0x4
| [[KSynchronizationInterruptEvent]] *
| Next interrupt event (associated with the current one), of type [[KSendableInterruptEvent]]
|}
517

edits