Skip to content

A Python 3 command-line simulation of operating systems’ page replacement algorithms that accepts a sequence of page references, visualizes frame contents, and reports page faults

Notifications You must be signed in to change notification settings

BenjaminDanker/Operating-Systems-Page-Replacement

Repository files navigation

Operating Systems Page Replacement

Overview

Length of page numbers to be put into frame is collected through input, then displays frame and faults

Requirements

Python 3

Usage

Open Command Prompt
Navigate to folder containing Operating_Systems___Page_Replacement.py with commands 'cd' and '..'
Execute with 'python Operating_Systems___Page_Replacement.py'

About

A Python 3 command-line simulation of operating systems’ page replacement algorithms that accepts a sequence of page references, visualizes frame contents, and reports page faults

Topics

Resources

Stars

Watchers

Forks

Languages