文件名称:os2
介绍说明--下载内容均来自于网络,请自行研究使用
实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。分页式存储管理系统是内存非连续存储管理中基本的方法,可以通过把一个作业分成多个页面分配到不连续的内存块中去。实验可以通过位示图的方式来模拟内存的使用情况,为每个作业建立页表用于完成正确的地址转换。
(二) 实验内容与步骤:
利用键盘输入本模拟系统的物理块的大小,作业的页表中的块号;完成逻辑地址转换成相应的物理地址的过程。
具体过程:
1、 建立一张位示图,用来模拟内存的分配情况,利用随机数产生一组0和1的数对应内存的使用情况。
2、 输入块(页)的大小,通过模拟位示图为本作业分配内存空间建立相应的页表(长度不定);
3、 录入逻辑地址转换成相应的物理地址
4、 扩充页表,变成请求式的二维页表(增加存在位等)完成地址转换。
-Achieve paging storage address translation process, based on the request in this page' s address translation. Paging memory storage management system is the basic storage management of non-continuous method, you can put a job into multiple pages allocated to the non-contiguous block of memory to. Experiments show map by means of digital simulation of memory usage, page table for each operation to establish the correct address for the complete conversion. (
(二) 实验内容与步骤:
利用键盘输入本模拟系统的物理块的大小,作业的页表中的块号;完成逻辑地址转换成相应的物理地址的过程。
具体过程:
1、 建立一张位示图,用来模拟内存的分配情况,利用随机数产生一组0和1的数对应内存的使用情况。
2、 输入块(页)的大小,通过模拟位示图为本作业分配内存空间建立相应的页表(长度不定);
3、 录入逻辑地址转换成相应的物理地址
4、 扩充页表,变成请求式的二维页表(增加存在位等)完成地址转换。
-Achieve paging storage address translation process, based on the request in this page' s address translation. Paging memory storage management system is the basic storage management of non-continuous method, you can put a job into multiple pages allocated to the non-contiguous block of memory to. Experiments show map by means of digital simulation of memory usage, page table for each operation to establish the correct address for the complete conversion. (
(系统自动生成,下载前可以参看下载内容)
下载文件列表
os2.cpp