Skip to content

Virtual Memory project for Operating Systems course

Notifications You must be signed in to change notification settings

devkot/VirtualMemory

Repository files navigation

Virtual Memory C program developped for the Operating Systems course in University of Athens.

This program simulates a virtual memory and specifically an inverted page table. It uses two input files with hexadecimal memory traces and proceeds to read them. It keeps a record of the page faults and write backs that took place during the simulation. There is a data structure called FWF that uses the Flush When Full algorithm to empty the page table.

About

Virtual Memory project for Operating Systems course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published