Jump to content

Interruptible operating system

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Bumm13 (talk | contribs) at 03:41, 15 March 2023 (formatting fix). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

An interruptible operating system is an operating system 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.

It also means that the system can stop any program that is already running, which is a feature on nearly all modern operating systems.

See also

[edit]