Database
doirq.txt
Associated article: Interrupt Behavior in Windows NT
Tags: Database Web Development
Published source code accompanying the article by Dale Roberts in which he presents DIORQ, a program that analyzes NT's interrupt system, illuminating its problems, limitations, and potential. Also see DIORQ.ZIP.
Interrupt Behavior in Windows NT
by Dale Roberts
Listing One
IRQAllHandler(_) {
Determine IRQ number
Trace("Enter")
while(more interrupts to generate) {
disable interrupts
GenerateInterrupt()
Trace(" Gen")
enable interrupts
}
Trace("Leave")
}
Example 1:
(a)
Cur 176.2uS ...


