Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 499 Bytes

OperatingSystemSimulation

The goal of the project was to create an operating system simulation based on Linux/Windows in JAVA language.

It contains such functionality as:

  • Disk,
  • Assembler interpreter,
  • RAM memory,
  • Processor manager,
  • Processes management,
  • Pipelines,
  • JavaFX user interface
  • Synchronization of processes.

My task was to create Assembler interpreter.

binbux