Skip to content

Sharvani2002/CS252-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS252 (Minors) Operating Systems Assignment

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

Descriptions about the files

  • 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.

Specifications of Ubuntu system:

  • 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

Coding Practices

I have tried to follow the coding practices according to ns-3 coding style and used check-style.py for formatting.

Releases

No releases published

Packages

No packages published