https://github.com/wanwin04/os_processscheduler
https://github.com/wanwin04/os_processscheduler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wanwin04/os_processscheduler
- Owner: WanWin04
- Created: 2024-01-29T15:59:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T14:09:30.000Z (about 2 years ago)
- Last Synced: 2025-03-29T04:48:01.481Z (about 1 year ago)
- Language: C++
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Process Scheduling
This project is an application that simulates process scheduling in CPU and resources using FCFS, RR, SJF, SRTN algorithms. This application is designed to briefly describe the purpose or goal of your project.
## Table of Contents
- [Team Members](#team-members)
- [Getting Started](#getting-started)
- [Technologies Used](#technologies-used)
## Team Members
- Dương Quang Thắng (VNUHCM - University of Science)
- Nguyễn Văn Minh Thiện (VNUHCM - University of Science)
## Getting Started
To get started with this project, follow these steps:
1. Clone the repository to your local machine:
```bash
https://github.com/WanWin04/OS_ProcessScheduler.git
```
To run the project, follow one of these methods:
### Method 1: Using the Build and Run Scripts
1. Build the project:
```bash
./build.sh
```
2. Run the project:
```bash
./run.sh
```
### Method 2: Using the Build and Run shell script
1. Build the project:
```bash
g++ ./src/*.cpp -o MSSV1_MSSV2
```
2. Run the project:
```bash
./MSSV1_MSSV2.exe Input.txt Output.txt
```
## Technologies Used
- C/C++
- Object-oriented programming