Skip to content

vinay22573/Memory-Management-Systems-O.S-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEST CASES FOR EVALUATION

Steps to run

  • Clone this repo
  • Place the mems.h or any other header file along this repository. i.e. mems.h and MeMS-Test-Cases in same folder.
  • Set Starting Virtual Address=0 & PAGE_SIZE=4096
  • run following command to execute test cases
$ cd MeMS-Test-Cases/<test-type>
$ make
$ ./test<test-case-number>
  • One example is:
$ cd MeMS-Test-Cases/easy
$ make
$ ./test4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published