Skip to content

rsharifnasab/os_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS project

my OS project in fall 99

what is this?

Read project description in todo.pdf

or you can read about sleeping barber problem.

this project is generalized version with many (n) barbers.

  • n: number or berbers
  • m: total number of seats

how to run

  1. enter your setting in src/demo.c
  2. compile with make all (only in POSIX systems)
  3. run with ./bin/demo