Interrupts

From Helpful
Revision as of 16:55, 13 April 2025 by Helpful (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The lower-level parts of computers

General: Computer power consumption · Computer noises

Memory: Some understanding of memory hardware · CPU cache · Flash memory · Virtual memory · Memory mapped IO and files · RAM disk · Memory limits on 32-bit and 64-bit machines

Related: Network wiring notes - Power over Ethernet · 19" rack sizes

Unsorted: Interrupts · Computer booting · GPU, GPGPU, OpenCL, CUDA notes


This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.


Interrupts as a mechanism

Interrupt handlers

Sources

Masking

Interrupt latency

Interrupts and multiple cores

Playing with interrupts