文件名称:os2
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.83kb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。分页式存储管理系统是内存非连续存储管理中基本的方法,可以通过把一个作业分成多个页面分配到不连续的内存块中去。实验可以通过位示图的方式来模拟内存的使用情况,为每个作业建立页表用于完成正确的地址转换。
(二) 实验内容与步骤:
利用键盘输入本模拟系统的物理块的大小,作业的页表中的块号;完成逻辑地址转换成相应的物理地址的过程。
具体过程:
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. (
相关搜索: FIFO LRU
(系统自动生成,下载前可以参看下载内容)
下载文件列表
os2.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.