OS Project
This project contains various algorithms related to operating system page replacement policies, implemented in HTML. Table of Contents
Introduction
Files
Technologies
Setup
Usage
Contributing
License
Introduction
This project demonstrates different page replacement algorithms including FIFO, LRU, and OPT. Files
FIFO.html: Implements the FIFO page replacement algorithm.
LRU.html: Implements the LRU page replacement algorithm.
OPT.html: Implements the OPT page replacement algorithm.
Homepage.html: The main homepage for navigating to different algorithms.
Technologies
HTML
Setup
Clone the repository:
bash
git clone https://github.com/ElankumaranR/OS_Project.git
Navigate to the project directory:
bash
cd OS_Project
Usage
Open Homepage.html in your web browser to access and run the different page replacement algorithms. Contributing
Contributions are welcome! Please create a pull request or submit an issue if you have any suggestions or improvements. License
This project is licensed under the MIT License.
Feel free to customize this README to better fit your project’s details and requirements.