StevenMHernandez / cmsc312-operating-system-simulator

CMSC 312: "Introduction to Operating Systems"
0 stars 1 forks source link

CMSC 312 Operating System Simulator

Operating System Simulator

Project Topic

Implementation of an operating system simulator

Requirements

Program Documentation

Developer Notes

Program File Generation

To generate some more random program files, simply open up scripts/build_programs.html in a web browser.

JAR File Generation

To rebuild .jar; in Intellij, Build > Build Artifacts > Build

It might be required that you first setup some settings. File > Project Structure > Project Settings > Artifacts > + > JAR > From module with dependencies Then you may have to set the output path to the root directory of this project.