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

https://github.com/wanwin04/os_processscheduler


https://github.com/wanwin04/os_processscheduler

Last synced: about 1 year ago
JSON representation

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