Interrupt
Interrupt codes used by the CPU and kernel.
@ PageFault
Page not present in physical memory.
@ SystemCall
Software interrupt — syscall entry.
@ DeviceIO
Generic device I/O interrupt.
@ NetworkIO
Network I/O event.
@ Ok
No interrupt — normal execution.
@ DivByZero
Division by zero fault.
@ Timer
Timer tick interrupt (preemption).
@ Exit
Process requests termination.