Skip to content

atul4mlko/MemoryManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MemoryManagement

Implementation a Simple Virtual Memory Manager Simulator

Compiling with makefile. - Move to the folder of the server in terminal. - Type "make" and press return. - Type ./virtualmem and press return. - To see options type ./virtualmem -h and press return.

Compiling without makefile. - Type gcc virtualmem.c -o virtualmem -lm - Type ./virtualmem

Input sequence should be of the following form. 2 3 4 1 2 7 8 4 or 23412784

  • Each number can be separated by a space or not.
  • Page number should be of single digit.

About

Implementation a Simple Virtual Memory Manager Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published