- 1、本文档共67页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Chapter 10: Virtual Memory虚拟内存
Background背景
Demand Paging 请求调页
Process Creation 进程创建
Page Replacement 页替换
Allocation of Frames 物理页帧的分配
Thrashing 抖动
Solaris and WindowsNT
10.1
Background背景
10.2
Background
Virtual memory – separation of user logical memory
from physical memory.将逻辑内存与物理内存分离
Only part of the program needs to be in memory for
execution.程序执行时只有部分需要在内存
Logical address space can therefore be much larger than
physical address space.逻辑地址空间远大于物理
Allows address spaces to be shared by several processes.
允许多进程共享地址空间
Allows for more efficient process creation.
允许更高效的进程创建
Virtual memory can be implemented via:
Demand paging 请求调页
Demand segmentation请求调段
10.3
Virtual Memory That is Larger Than Physical Memory
虚拟内存远
大于物理内存
页表放在哪里???
10.4
Demand Paging 请求调页
10.5
Demand Paging请求调页
Bring a page into memory only when it is needed.
仅在需要时才将一页调入内存
Less I/O needed较少的I/O
Less memory needed较少的内存
Faster response较快的响应
More users支持更多的用户
Page is needed ⇒reference访问to it
invalid reference非法访问⇒abort异常退出
not-in-memory不在内存⇒bring to memory调入
10.6
Transfer of a Paged Memory to Contiguous Disk Space
将分页的内存
交换到
连续的外存空间
10.7
Valid-Invalid Bit (页表中的有效位)
With each page table entry a valid–inva
文档评论(0)