作業系統簡介行程管理記憶體管理輸出入管理檔案管理使用者介面嵌入式系統RTOS中斷處理案例研究EOS0CurtOSF9UNIXv6NachOSuCOSIIL4RtThreadHaikuMINIXLinuxWindowsmykernel訊息相關網站參考文獻最新修改簡體版English |
Intel Architecture 保護模式架構:http://www.csie.ntu.edu.tw/~wcchen/asm98/asm/proj/b85506061/cover.html 中斷描述表:http://www.csie.ntu.edu.tw/~wcchen/asm98/asm/proj/b85506061/chap4/idt.html http://en.wikipedia.org/wiki/Interrupt http://en.wikipedia.org/wiki/Interrupt_handler 摘錄: A FLIH implements at minimum platform-specific interrupt handling similarly to interrupt routines. In response to an interrupt, there is a context switch, and the code for the interrupt is loaded and executed. The job of a FLIH is to quickly service the interrupt, or to record platform-specific critical information which is only available at the time of the interrupt, and schedule the execution of a SLIH for further long-lived interrupt handling. ARM 处理器中断及可重入中断在 Windows CE 操作系统的应用 |
中斷處理
page revision: 3, last edited: 19 Apr 2012 02:41
Post preview:
Close preview