Friday 11 November 2011

Interrupt Handling


  • The Operating System preserves the state of the CPU by storing registers and the program counter.
  • Determines which types of interrupt has occured:
    • polling
    • vectored interrupt system
  • Separate segments of code determine what action should be taken for each type of interrupt.

No comments:

Post a Comment