trap handler (n)~ A body of code in the kernel to which the processor transfers control when an interrupt or exception occurs. The trap handler determines the type of condition that caused the interrupt or exception and transfers control to an interrupt service routine (ISR) or exception handler.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 54 조회
- 목록
본문
trap handler (n)~ A body of code in the kernel to which the processor transfers control when an interrupt or exception occurs. The trap handler determines the type of condition that caused the interrupt or exception and transfers control to an interrupt service routine (ISR) or exception handler.