Viua should provide a way to interrupt processes mid-run if you know their PID.
Interrupts would be run on a new stack in the process they interrupt if they are trapped, or
crash the process if they are not trapped.
Question: should untrapped interrupts skip watchdog, or should watchdog handle interrupts?
Viua should provide a way to interrupt processes mid-run if you know their PID. Interrupts would be run on a new stack in the process they interrupt if they are trapped, or crash the process if they are not trapped.
Question: should untrapped interrupts skip watchdog, or should watchdog handle interrupts?