Files
amILearningEnough/docs/resources/operatingSystem/interrupts.md
2024-12-21 01:23:20 +05:30

1.4 KiB

Interrupts

Articles/Blog Posts

Video Tutorials

Books

  • Computer Organization and Design: The Hardware/Software Interface (5th Edition) by David A. Patterson and John L. Hennessy:
    • ISBN: 978-0134077263
  • Structured Computer Organization (6th Edition) by Andrew S. Tanenbaum and Todd Austin:
    • ISBN: 978-0134077539
  • Interrupt Handler (Interrupt Service Routine):
  • Interrupt Latency:
  • Polling (Computer Science):
    • Wikipedia (An alternative to interrupt-driven communication)