Skip to content
#

os-project

Here are 11 public repositories matching this topic...

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

Pong Multithreaded Linux C++ Game is a modern take on the classic Pong game, utilizing advanced OS concepts. This game features multithreading with separate threads for ball and paddle control, real-time scoring, and engaging graphics using SDL2. Two human players can enjoy competitive gameplay with responsive controls and a seamless experience

  • Updated Jul 27, 2025
  • C++

Improve this page

Add a description, image, and links to the os-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 os-project topic, visit your repo's landing page and select "manage topics."

Learn more