Skip to content

williamgrosset/thomas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thomas

🚋 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

make setup

Run scheduler

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

Clean build

make clean

Releases

No releases published

Packages

No packages published