Skip to content

The objective of this project is to implement a simple virtual memory manager “virtualmem” in C on a UNIX-based platform by setting one of these page replacement policies – FIFO, LRU-STACK(Least-recently-used stack implementation), LRU-CLOCK(Least-recently-used clock implementation), LRU-REF8(Least-recently-used reference 8 bits implementation),…

Notifications You must be signed in to change notification settings

crazyacking/Virtual-Memory-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Memory-Manager

The objective of this project is to implement a simple virtual memory manager “virtualmem” in C on a UNIX-based platform by setting one of these page replacement policies – FIFO, LRU-STACK(Least-recently-used stack implementation), LRU-CLOCK(Least-recently-used clock implementation), LRU-REF8(Least-recently-used reference 8 bits implementation), LFU(Least-frequently-used implementation), Optimal algorithms.

About

The objective of this project is to implement a simple virtual memory manager “virtualmem” in C on a UNIX-based platform by setting one of these page replacement policies – FIFO, LRU-STACK(Least-recently-used stack implementation), LRU-CLOCK(Least-recently-used clock implementation), LRU-REF8(Least-recently-used reference 8 bits implementation),…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.9%