Skip to content
#

operating-systems-project

Here are 59 public repositories matching this topic...

This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.

  • Updated Dec 22, 2023
  • C++

Context Switching involves storing the context or state of a process so that it can be reloaded when required and execution can be resumed from the same point as earlier. Act of switching from one process to another is called a "Context Switch".Typically there are several tasks to perform in a computer system. So if one task requires some I/O op…

  • Updated Dec 5, 2023
  • C

Improve this page

Add a description, image, and links to the operating-systems-project topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operating-systems-project topic, visit your repo's landing page and select "manage topics."

Learn more