In Windows Vista, what IRQL is the thread scheduler run at?
In Vista, what IRQL is the thr开发者_运维技巧ead scheduler run at?
It's run at DISPATCH_LEVEL
, which is IRQL 2 on x86. (I think this value may be different for different architectures, however.)
精彩评论