Tuesday, 20 August 2013

Priorities in kernel space

Priorities in kernel space

My question concerns kernel space programming. Let's assume that we have 2
handlers for: - hardware interrupt - /proc file
Is it possible while hardware interrupt handler is executing to interrupt
it by /proc handler because user written something into /proc file?
What are the priorities of both handlers in such case?

No comments:

Post a Comment