Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eygraber/page_replacement

Scheduler Lab for NYU Operating Systems
https://github.com/eygraber/page_replacement

Last synced: about 2 months ago
JSON representation

Scheduler Lab for NYU Operating Systems

Awesome Lists containing this project

README

        

Code can be compiled by running make.

Code is run by calling ./replace_page replacement_policy max_pages_in_memory inputfile ... (eg ./replace_page
0 3 test.txt 1 5 test.txt 2 4 test.txt

Output will be sent to inputfile.replacement_policy.txt (eg test.fcfs.txt test.second.txt
test.lru.txt)