Skip to content

Commit

Permalink
lec5-p2
Browse files Browse the repository at this point in the history
  • Loading branch information
xyongcn authored Sep 25, 2024
1 parent 60d1cf8 commit c8c584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lec5/p2-memalloc.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ http://en.wikipedia.org/wiki/Buddy_memory_allocation -->
- 把物理地址空间划分为大小相同(2^n)的基本分配单位
- 逻辑页面(页面、页, Page)
- 把逻辑地址空间也划分为相同大小的基本分配单位
- **物理页面和逻辑页面的基本单位大小是相同的**
- 物理页面和逻辑页面的**基本单位大小是相同的**
- 逻辑页面到物理页面的对应
- 逻辑地址到物理地址的地址转换
- 硬件机制:页表/MMU/TLB
Expand Down

0 comments on commit c8c584d

Please sign in to comment.