There are 0 repository under page-replacement topic.
SJTU-CS356-Projects
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
Operating System Simulator built using JS, HTML and CSS
This code was written in JAVA.
Program to accept number of physical frames, list of page accesses, and the page replacement algorithm and output the number of faults and whether each access was a fault or not. Supports FIFO, LRU, and OPTIMAL algorithms.
Operating System Algorithms in C++
This is an extension of Nachos to support multiprogramming using system calls such as Exec, Exit, Read and Write to have processes request services from the kernel. Then it is further extended by a Virtual Memory Manager supported by Demand Paging and Page Replacement procedures.
This repository holds the program of all study jams conducted by GDSC SCTCE
"Implementation of Virtual Memory available in operating systems"
Simulation and data analysis for 4 different page replacement algorithms
Basic OS Programs - CPU Scheduling & Page Replacement
A Repository of Operating System Virtual Lab having Process Scheduler, Page Replacement and Disk Scheduler
Page Replacement Qt application for my OS class
OS programs in python
Page replacement simulator - Operating Systems Memory Virtualization project
Comparison of three common page replacement algorithms in use in Operating Systems.
Assignments of Systems Lab.
Implementation of Least Recently Used (LRU) and Second Chance page replacement in android
Page replacement algorithms: FIFO, OPT, LRU, second chance. Visualization application in libGDX framework.
C++로 작성된 페이지 교체 시뮬레이션
Paging and swapping implementation using Linked List structure for OS-lab offline-6 in xv6.
System programming assignments and codes I have done for my operating systems university course
Not Another Completely Heuristic Operating System (NACHOS)
Program that aims to illustrate the difference between page fault detection algorithms depending on how their respective queues are managed by the OS
Course assignment for MTL458-OS
Code for Operating Systems course
This repository contains the exercises for the Operating Systems course taken at ESIME Culhuacán.
Visualization of the page replacement algorithm-FIFO using queue operations
This C++-based program implements several of the most popular page replacement algorithms (Optimal, FIFO, LRU, Clock).
Lab Programs for the Course CS6108 RUSA Curriculum Anna University