Skip to content

malekelkssas/OS_simulator

Repository files navigation

OS_simulator

a Java-based simulation of a simple operating system

Acknowledgements

Program Syntax

syntax used for
print to print the output on the screen. Example: print x
assign to initialize a new variable and assign a value to it. Example: assign x y
writeFile to write data to a file. Example: writeFile x y
readFile to read data from a file. Example: readFile x
printFromTo to print all numbers between 2 numbers. Example: printFromTo x y
semWait to acquire a resource. Example: semWait x
semSignal to release a resource. Example: semSignal x

Run Locally

1-Clone the project

  git clone https://github.com/abdulrhman500/Harvard-computer-architecture-simulator.git

2-Go to the project directory

3- Build the project using Maven

  mvn clean

4- Run the project in the terminal

  mvn exec:java

Notes

There are three programs files in this project that are being executed. Go and check them out, and you can edit them as you want.

Related

Here are some related project

Harvard computer architecture simulator

Authors

About

a Java-based simulation of a simple operating system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages