zenatron / c-paging

A small C program to simulate page replacement algorithms in operating systems

Repository from Github https://github.comzenatron/c-pagingRepository from Github https://github.comzenatron/c-paging

About

This program simulates three different page replacement algorithms used in operating systems memory management:
First-In-First-Out (FIFO), Least Recently Used (LRU), and Second Chance

About

A small C program to simulate page replacement algorithms in operating systems

License:GNU General Public License v3.0


Languages

Language:C 100.0%