previous | start | next

DMA

direct memory access I/O

Write contents of a buffer to the disk:

  1. Set disk address in the device address register
  2. Set the buffer address in the memory address register
  3. Set the op code (write) and the GO and IE bits in the control register


previous | start | next