fifo-page-replacement
There are 24 repositories under fifo-page-replacement topic.
Shruthi-Sivagnanam/Os-Concepts
Basic operating system concepts in c language.
moazmohamed20/OS-Algorithms
Operating System Algorithms Implementations in C++
negarhonarvar/Memory-Management
Memory management project for OS course
ANIRUDH-VADERA/OS
Important OS Codes and Concepts(Sorted)
frhd143/FIFO-Page-Replacement-Algorithm
This is an implementation of the First In First Out (FIFO) page replacement algorithm.
Piyuuussshhh/Scheduling-and-Replacement-Algorithms
Process Scheduling and Page Replacement Algorithms
c-ease/page-replacement-in-c
Page replacement algorithms implemented in c language: FIFO, LRU, Optimal, MFU, LFU, Second chance
LoicKonan/5143-OS-KONAN
Advance Operating Systems
Mostafatalaat770/Paging-and-RAM-Replacement-Algorithms
Implementation of Optimal, FIFO, LRU, and Clock page replacement algorithms.
Zizo001/Poisson-Page-Fault-Detection
Program that aims to illustrate the difference between page fault detection algorithms depending on how their respective queues are managed by the OS
Daito-Raigar/Operating_System_Lab_Exercise
In this repository you will find the basic and simple Operating System related exercises. I will be helpful to get to know how Operating System works on processes, memory management ,etc
EfeErkan/OS-Project3
Paging Simulator
itsbudyn/so-projekt
Algorytmy procesora FCFS i SJF Non-Preemptive & algorytmy wymiany stron FIFO i LFU - projekt zaliczeniowy na systemy operacyjne
vinayak-tripathi/CAO
This repository contain CAO algorithms implemented in C language.
adityatripathiiit/Caching-Policies
Implementation and comparison of various caching policies, on different type of workloads
antimattercorrade/Page_Replacement_Policies
Implementation of various page replacement policies including First in First out (FIFO), Least Recently Used (LRU), Approximate LRU and Random.
ishan-gupt/Operating-System-Lab
Dump for all Operating System Lab Codes
Mak-3/Page-replacement-FIFO
Visualization of the page replacement algorithm-FIFO using queue operations
moharamfatema/page-replacement
Page replacement algorithms for memory management in operating systems
srinathsai/System-design-of-LRU-and-FIFO-cache
An efficient way of LRU and FIFO cache has been implemented.
tanjim17/modified-xv6
modified xv6