Skip to content

This repository contains requirements for the course CSOPESY. This repository contains an emulation to a process multiplexer and CLI made in C++

License

Notifications You must be signed in to change notification settings

anaj00/CSOPESY-MCO-OS_Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[CSOPESY] M01 - Process Multiplexer and CLI

By: Bantolino, Jana Marie and Dimalanta, Jason Erwin Clyde

Instructions on how to compile

  1. Download all files under this repository.

  2. Compile the project (either through cmd or Visual Studio):

    g++ -o CSOPESY_M01 main.cpp AConsole.cpp ConfigurationManager.cpp ConsoleManager.cpp MainMenuScreen.cpp MarqueeScreen.cpp Process.cpp ProcessScreen.cpp Scheduler.cpp
  3. Run the project (either through the executable or Visual Studio):

    CSOPESY_M01.exe

The entry class file where the main function is located is: main.cpp.

About

This repository contains requirements for the course CSOPESY. This repository contains an emulation to a process multiplexer and CLI made in C++

Topics

Resources

License

Stars

Watchers

Forks

Languages