Skip to content

🐧 Simulation of an operating system. University project for Operating Systems course.

Notifications You must be signed in to change notification settings

DavidSolomon22/Basic-Operating-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Basic Operating System

Purpose of this project was to create in C++ a simulation of an operating system. Most of the modules in this project are based on Linux.

It contains such functionality as:

  • file and folder system,
  • interpreter,
  • RAM memory,
  • virtual memory,
  • processor manager,
  • processes management,
  • pipelines,
  • command line interface,
  • synchronization of processes.

My task was to create interface based on Linux shell.

I recommend to use x64 version of a debugger in Visual Studio.

About

🐧 Simulation of an operating system. University project for Operating Systems course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages