mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2025-12-17 20:34:40 +03:00
1.4 KiB
1.4 KiB
Interrupts
Articles/Blog Posts
- Interrupt:
- What are Interrupts in Operating System?:
- Hardware Interrupts - Types, Uses and How They Work:
Video Tutorials
- Interrupts - Computer Organization and Architecture:
- Interrupt Explained - Computer Science:
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
Related Concepts
- Interrupt Handler (Interrupt Service Routine):
- Interrupt Latency:
- Polling (Computer Science):
- Wikipedia (An alternative to interrupt-driven communication)