Skip to content

Commit 3562c5b

Browse files
committed
os
- dma (page description)
1 parent 628a249 commit 3562c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/OS/IO/Direct Memory Access (DMA).md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Author Profile:
66
tags:
77
- OS
88
Creation Date: 2023-08-27T14:44:16+08:00
9-
Last Date: 2024-06-05T13:00:43+08:00
9+
Last Date: 2024-12-01T14:27:24+08:00
1010
References:
11+
description: DMA enables direct data transfer between memory and device controllers, avoiding CPU intervention and busy waiting. Zero copy minimises memory copies using system calls like sendfile(2), freeing the CPU for other tasks.
1112
---
1213
## Abstract
1314
---

0 commit comments

Comments
 (0)