Interruptible operating system
From Wikipedia, the free encyclopedia
Interruptible operating systems are the operating systems with ability to handle multiple interrupts concurrently, or in other words, which allow interrupts to be interrupted.
Concurrent interrupt handling essentially mean concurrent execution of kernel code and hence induces the additional complexity of concurrency control in accessing kernel datastructures.
This operating system-related article is a stub. You can help Wikipedia by expanding it |