Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 755 Bytes

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.