Skip to content

KeyaPatel03/AOS-Project4

Repository files navigation

Steps to execute the program

To run the program, open the terminal in Ubuntu and run the following command

make run

This will compile all the necessary C files, generate the corresponding output files and run them on terminal. To cleanup all the temporary executables and files generated during program execution, run the following command.

make clean

It is recommended that you run the above command before executing the run command.

Command to install make

If make is not available in your system, run the below command on your terminal.

sudo apt-get install make

Command to run FIFO algorithm

./main FIFO

Command to run LRU algorithm

./main LRU

Command to run LFU algorithm

./main LFU

Command to run MFU algorithm

./main MFU

Command to run Random algorithm

=======

Steps to execute the program

To run the program, open the terminal in Ubuntu and run the following command

make run

This will compile all the necessary C files, generate the corresponding output files and run them on terminal. To cleanup all the temporary executables and files generated during program execution, run the following command.

make clean

It is recommended that you run the above command before executing the run command.

Command to install make

If make is not available in your system, run the below command on your terminal.

sudo apt-get install make

Command to run FIFO algorithm

./main FIFO

Command to run LRU algorithm

./main LRU

Command to run LFU algorithm

./main LFU

Command to run MFU algorithm

./main MFU

Command to run Random algorithm

./main Random

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors