Skip to content

Latest commit

 

History

History
122 lines (97 loc) · 6.09 KB

Readme.md

File metadata and controls

122 lines (97 loc) · 6.09 KB

🖥️ Operating System


📝 Table of Contents


📙 Overview

  • My Solution of problems in course Operating System using C.
  • Topics
    1. Linux
    2. C Basics
    3. Forking
    4. Signals
    5. IPC
      • Message Queues
      • Shared Memory & Semaphores

🚀 Get Started

  1. Clone the repository.
    git clone https://github.com/EslamAsHhraf/Operating-System
    
  2. You will need to download platform Linux.

  3. Install a C Compiler on Linux if you haven't.
    sudo dnf install gcc
    

✅ Problems & Solutions

Problem Solution

Linux Basics Lab


Linux Basics Lab Solution


Linux Basics (2) Lab


Linux Basics (2) Lab Solution


C Basics Lab


C Basics lab Solution


Forking Lab


Forking Lab Solution


Signals Lab


Signals Lab Solution


IPC Lab


IPC Lab Solution


👑 Contributors



Eslam Ashraf


🔒 License

Note: This software is licensed under MIT License, See License for more information ©EslamAsHhraf.