Skip to content

Solution to the 2nd project of the "Computer Systems" course.

Notifications You must be signed in to change notification settings

pavalucas/virtual_memory_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtual_memory_simulator

Solution to the 2nd project of the "Computer Systems" course.

Problem Specification

Implement a virtual memory simulator in C. In this simulator you will create data structures and memory mapping mechanisms needed to paging. Moreover, three page replacement algorithms have to be implemented: Not-­Recently-­Used (NRU), Least-­Recently-Used (LRU) and a new algorithm proposed by you (NOVO).

About

Solution to the 2nd project of the "Computer Systems" course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages