인터럽트와 예외

CLKH64 OS/13장 2013. 1. 29. 15:23 Posted by 알 수 없는 사용자

 

1. Sources of interrupts.

- External(hardware generated) Interrupts : Maskable

: Local APIC나 Processor의 핀을 통해 전달

- Software-nenerated interrupts : Unmaskable by E(R)FLAGS.IF

: INT n

 

 

2. Sources of Exceptions

- Processor-detected program-error executions

- Software-generated exceptions

- Machine-check Exceptions

 

Exceptions are classified as faults, traps, or aborts.

 

 

 

 

 

'CLKH64 OS > 13장' 카테고리의 다른 글

DMA vs Polling vs Interrupt  (1) 2013.01.29
SYSTEM BUS  (0) 2013.01.29
OSDev Wiki, PIC, APIC, IOAPIC  (0) 2013.01.27
8259A, PIC  (0) 2013.01.15