Skip to content

Commit 2d9afe1

Browse files
authored
Update operating-system-basic-questions-02.md
每个进程对应一个页表,也不是应用程序,因为一个应用程序可能有多个进程。
1 parent c9ac61d commit 2d9afe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cs-basics/operating-system/operating-system-basic-questions-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ MMU 将虚拟地址翻译为物理地址的主要机制有 3 种:
188188

189189
![单级页表](https://oss.javaguide.cn/github/javaguide/cs-basics/operating-system/page-table.png)
190190

191-
在分页机制下,每个应用程序都会有一个对应的页表
191+
在分页机制下,每个进程都会有一个对应的页表
192192

193193
分页机制下的虚拟地址由两部分组成:
194194

0 commit comments

Comments
 (0)