项目作者: williamgrosset

项目描述 :
:train: A multithreaded train scheduler.
高级语言: C
项目地址: git://github.com/williamgrosset/thomas.git
创建时间: 2018-02-05T20:52:17Z
项目社区:https://github.com/williamgrosset/thomas

开源协议:

下载


thomas

:train: A muiltithreaded train schedular simulation.

Overview

This project was an assignment for the Operating Systems class at the University of Victoria. The multithreaded train scheduler is a simulation of priority-based trains being loaded concurrently and dispatched across a single track. See the requirements document and design document for more details.

Usage

Compile

  1. make setup

Run scheduler

  1. make run f=trains.txt
  2. # OR
  3. ./mts.o trains.txt

Clean build

  1. make clean