Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 x86 和实时系统,我有一个问题,那就是:
x86 遵循哪些步骤来处理任何中断?
当中断发生时,CPU 会执行以下操作:
ISR 应执行以下操作:
从中断描述符表开始。基本上,当发生中断时,流控制会跳转到该表,然后跳转到该表中的任何内容。另外,我相信一旦发生中断,所有寄存器都会被推送,但我不能 100% 确定这一点,因为我已经处理了很长时间了。