Skip to content

semihsengor12/OSProgrammingExercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems Programming Exercises

This repository contains my solutions to the exercises from my OS book.
Implemented in C and tested on Linux (Ubuntu / WSL2).

Contents

  • exercise1/ – A preliminary threading example that gives avg, min, and max of an int array implemented using 3 threads.
  • exercise2/ – Much similiar to exercise 1, this exercise puts more emphasis on the memory sharing properties of threads.
  • multiThreadListener/ – Server-client socket programming exercise

General Notes

  • All programs were compiled with gcc.
  • Some exercises require Linux environment due to system calls (fork(), pthread, socket, etc.).

About

Implementations of exercises provided to me by OS coursebook.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors