Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 550 Bytes

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