Submitted by:
Sharvani Laxmi Somayaji
191EE247
This assignment contains the solutions to the the following problems in Operating System Concepts, 10th Edition by Abraham Silberschatz, Greg Gagne, Peter B. Galvin:
- Chapter 4, Excercise 4.22
- Chapter 4, Excercise 4.23
- The solutions and the problem descriptions have been mentioned in the folders P4_22 and P4_23 respectively.
- My understanding, references, notes, doubts regarding pthreads and threads in general can be found in the file,
thread.md
.
- OS: Ubuntu 18.04.5 LTS
- gcc: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
- bash: GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)
- g++: g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
I have tried to follow the coding practices according to ns-3 coding style and used check-style.py for formatting.