Skip to content

Commit 4fbb763

Browse files
authored
Merge pull request #2564 from flying-pig-z/patch-2
fix: 修改《操作系统常见面试题总结(下)》的一个语句错误
2 parents c9ac61d + 2d9afe1 commit 4fbb763

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)