Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 969 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 969 Bytes

CS305_Module05

#Adding my name to this file as well. Morgan (mch239) is a collaborator on this project.

Repository for Module05 Assignment for CS305

Project Details : Create an operating system simulator that displays operating system operations to the screen or a log file when given a configuration and meta data file. The simulator will be able to accomplish the following:

  • Parse a config data file to extract configuration settings for the simulator
  • Parse a meta data file and store the operating system operations in an appropriate data structure
  • Display operations to the screen or a log file
  • Implement various OS scheduling strategies
  • Utilize threads for I/O and CPU operations
  • Appropriately handle race conditions to create a deterministic OS Simulator

This project will be licensed under the GNU General Public License v2.0

Zachary Hallemeyer Contributions

  • I will work on reading in meta and config data