开发者

How do I "schedule an interrupt" on win32/intel architecture?

开发者 https://www.devze.com 2022-12-28 14:54 出处:网络
I\'d like 开发者_如何学Pythonto figure out how to schedule a real ISR on normal win32 architecture (not Windows CE!)

I'd like 开发者_如何学Pythonto figure out how to schedule a real ISR on normal win32 architecture (not Windows CE!)

Is it possible?


What do you mean by schedule? You can hook a Hardware interrupt (and you should save and call the old hook in most cases); you can trigger a HW interrupt manually - but there consequences when handling those; you can hook one of the timer int's, and implement a scheduling mechanism, but AFAIK you can't "schedule an ISR".

0

精彩评论

暂无评论...
验证码 换一张
取 消