Jump to content

Interruptible operating system

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jojumon (talk | contribs) at 14:00, 22 August 2005 (Created article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 cuncurrent execution of kernel code and hence induces the additional complexity of concurrency control in accessing kernel datastructures.


--Joju 14:00, 22 August 2005 (UTC)