1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2564 from flying-pig-z/patch-2

fix: 修改《操作系统常见面试题总结(下)》的一个语句错误
This commit is contained in:
Guide 2024-12-20 13:13:48 +08:00 committed by GitHub
commit 4fbb7639fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,7 +188,7 @@ MMU 将虚拟地址翻译为物理地址的主要机制有 3 种:
![单级页表](https://oss.javaguide.cn/github/javaguide/cs-basics/operating-system/page-table.png)
在分页机制下,每个应用程序都会有一个对应的页表。
在分页机制下,每个进程都会有一个对应的页表。
分页机制下的虚拟地址由两部分组成: