DMA
- What is DMA? Stands for Direct Memory Access
- How does it work? The device HW locks some physical memory for use as a buffer. The device can transfer data to and from the locked memory without the intervention of the CPU. It uses interrupts to tell the process requesting the transfer (CPU anyway) when it has completed the movement.