/metu-os-22-hw2

repository for the second homework of the Operating Systems course in 2022

Primary LanguagePython

CENG334 - Operating Systems Spring 2022

Homework 2

Example I/O

Got a few under io/. Make sure to read io/README.txt!

Extra Info About Restrictions

  • Both System V and POSIX semaphores are allowed: Feel free to use <semaphore.h> or <sys/sem.h>.

Reading Material

  • Read the PDF!
  • See complex_scenarios.pdf to learn how your code should deal with some cases. There are 4 cases so far.

Usage

Use git clone https://github.com/denizmsayin/metu-os-22-hw2 to get the repository on your local machine. You can then use git pull inside the directory to apply any updates.