Y
Hacker News
new
|
ask
|
show
|
jobs
by
barrkel
3228 days ago
Windows interrupt priorities are called IRQLs, see
https://blogs.msdn.microsoft.com/doronh/2010/02/02/what-is-i...
for a discussion.
Mostly PnP decides the levels, unless you have multiple IRQs and you need to specify the priority.
1 comments
xorblurb
3227 days ago
That very page makes me think device drivers don't choose their DIRQL. Any more precise pointer to how they can do that?
link