Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 392 Bytes

stdos

Operating System Implemented in Java

OS created during studies

    System contains 8 modules:
  • Semaphore
  • Process Manager - Windows
  • CPU Scheduler - Windows-based priority algorithm
  • File System - Index Access Method
  • RAM - buddy system
  • Virtual Memory - Segmentation
  • Assembler, Interpreter and two testing programs
  • Text Interface