virtual-memory-page-replacement-algorithms

所属分类:虚拟化
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2019-12-03 02:04:52
上 传 者sh-1993
说明:  该项目的目标是比较和评估这些算法对在不同的n...中发生的页面错误数的影响...,
(The goal of this project is to compare and assess the impact of these algorithms on the number of page faults incurred across a varying number of physical-memory page frames available.)

文件列表:
LICENSE.txt (1073, 2019-12-02)
main.py (7714, 2019-12-02)

# Virtual Memory Replacement Algorithms Authors: Kevin Funderburg, Rob Murray
Table of Contents (click to expand) - [About](https://github.com/kevin-funderburg/virtual-memory-page-replacement-algorithms/blob/master/#about) - [Licensing & thanks](https://github.com/kevin-funderburg/virtual-memory-page-replacement-algorithms/blob/master/#licensing--thanks) - [Changelog](https://github.com/kevin-funderburg/virtual-memory-page-replacement-algorithms/blob/master/#changelog)
## About This project's goal is to gain a better understanding of the algorithms used by operating systems to handle virtual memory page replacement. The goal of this project is to compare and assess the impact of these algorithms on the number of page faults incurred across a varying number of physical-memory page frames available. ## Usage - Requirements: - python 3 Execute with the following command: ```shell python3 main.py [--frames] The following options are available: --frames Number of frames to provide to the simulation. ``` ## Licensing & Thanks This project is released under the [MIT License](https://github.com/kevin-funderburg/virtual-memory-page-replacement-algorithms/blob/master/./LICENSE.txt) ## Changelog - v1.0.0

近期下载者

相关文件


收藏者