20 skills found
xanmod / LinuxGit repository moved to https://gitlab.com/xanmod/linux
hocinemahni / Mc ArcThis project focuses on simulating a multi-tier storage system🔺, with an emphasis on data management📂🔄 through the implementation of various placement policies 🔺⬆️⬇️ . The goal is to analyze the performance and efficiency of different data placement and eviction strategies📊⚡🚀 .
anuj-rai-23 / Adaptive Replacement Cache ARC AlgorithmA project for Advanced Operating System(CS604) that implements ARC cache replacement policy.
int-main / Page Replacement Algorithms In PythonThese are the Python implementations of FIFO, LRU and OPT page replacement algorithms
Sitaras / Os Memory SimulatorMemory management simulator, using Hashed Page Table. Page Replacement Algorithms: Least Recently Used (LRU) and Second Chance.
shrynshjn / PageReplacementFIFO, LRU and Optimal page replacement algorithms are implemented
iamrohitsuthar / SPOSSPPU Computer Engineering Codes - SPOS (System Programming and Operating System Programs)
BGMP / LRULRU Page Replacement Algorithm Implementation written in C
Ankita-Das / Page Replacement AlgorithmsImplementation of the page replacement algorithms FIFO, LRU and Optimal in C++
Hrishabh-yadav / Memory Management UnitThis algorithm implements the Page Based Memory allocation which has features of Heirarchical Page Tables, LRU page replacement policy and virtual to physical address translation
bhataparnak / Page Fault AlgorithmsC++ program that implements the FIFO, Optimal, MFU, and LRU page-replacement algorithms. Given a page-reference string, where page numbers range from 0 to 9, apply the page-reference string to each algorithm, and output the number of page faults incurred by each algorithm.
mynkpandey / Page Replacement SimulatorCompare FIFO, LRU, Clock and Optimal page replacement algorithms. Built with Python, Tkinter (GUI), and Matplotlib (visuals). Input memory frames and page sequences to see page faults and performance charts. Ideal for learning OS memory management.
malevolentstrix / Virtual To Physical Memory TranslatorNo description available
sunlightlinux / Linux SunlightSUNLIGHT: Linux kernel source code tree
MichaelJFodor / Page Replacement AlgorithmsThe page replacement algorithms that will be tested will be: Second Chance, LRU, FIFO, NFR, NRU, Clock, and Random.
hariteja-01 / EfficientPageReplacementSimulatorA C++ & Python implementation of FIFO, LRU, and Optimal page replacement algorithms along with visualization.
MahdisSep / Java OS Core Concepts SimulationsA collection of foundational Operating Systems concept implementations in Java. Includes simulations for CPU Scheduling (FIFO, Round Robin, RMS), and Virtual Memory Page Replacement Algorithms (FIFO, LRU, Second Chance).
sukrutrao / Page Replacement Algorithm SimulatorProgram 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.
ankitrathi001 / Adaptive Replacement CacheOutperforming LRU with an Adaptive Replacement Cache Algorithm
theodora-panteliou / Page Replacement SimulationOperating Systems: Memory Simulation, Least Recently Used (LRU) and Second Chance Replacement Algorithms