A virtual memory page replacement simulator made for educational purposes
-
Updated
Oct 20, 2024 - Java
A virtual memory page replacement simulator made for educational purposes
This repository consists of the source codes of some of the algorithms related to operating systems. Mostly are of basic level as i am a beginner in coding
Operating System Lab Code
Page Replacement Algorithm Simulation (FIFO, LRU, LFU, Optimal)
This is an implementation of the First In First Out (FIFO) page replacement algorithm.
It is operating system project
Educational page-replacement cpp aplication as in-course project
This is a website about different algorithms that Operating Systems use to run the computer.
operating system programs and algorithms in c
Java program that implements the CLOCK page replacement algorithm
This is a small cross platform simulation app for page replacement algorithm used in operating system.
Page Replacement Algorithm (FIFO,OPR,LRU) in python with gui.
Implementation of several page replacement algorithms.
Simulation of multithreading, scheduling algorithms, memory management and semaphores for resource sharing in Java
Implementation of memory management (allocation and caching) and computation algorithms (Booths) in Java
FIFO, LRU and Optimal page replacement algorithms are implemented
The page replacement algorithms that will be tested will be: Second Chance, LRU, FIFO, NFR, NRU, Clock, and Random.
In the operating system, four kinds of page replacement algorithm simulation implementation
Add a description, image, and links to the pagereplacement topic page so that developers can more easily learn about it.
To associate your repository with the pagereplacement topic, visit your repo's landing page and select "manage topics."