Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. To run the program (ignore warnings):
a. compile basicManager.java: javac basicManager.java
b. run the compiled code: java basicManager.java
2. List of files in the zip:
a. basicManager.java - Has all source code
b. input.txt - Given input.txt file
c. output.txt - Generated output file
d. README.txt - this file
3. To run the program (ignore warnings):
**Note: To run the no-dp version please comment out the first FILENAMES array,
and uncomment the second one in VirtualMemoryManager.java.
a. compile VirtualMemoryManager.java: javac VirtualMemoryManager.java
b. run the compiled code: java VirtualMemoryManager.java
4. List of files in the zip:
a. VirtualMemoryManager.java - Has all source code
b. init-no-dp.txt - Given init file without demand paging
c. init-dp.txt - Given init file with demand paging
d. input-no-dp.txt - Given input file without demand paging
e. input-dp.txt - Given input file with demand paging
f. output-dp.txt - Generated output file with demand paging
g. output-no-dp.txt - Generated output file without demand paging
h. README.txt - this file