mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
9 lines
320 B
Markdown
9 lines
320 B
Markdown
# Hardware Controlled IO
|
|
#### 0.1.1. How does it work?
|
|
----
|
|
In this system, data is directly transferred between io device and memory and microprocessor is not in charge of it.
|
|
```ad-note
|
|
However microprocessor does ==initialize the process==
|
|
```
|
|
|
|
- Hardware controlled io is also known as ==DMA(direct memory address)== |