Skip to content

These exercises were attempted and completed during the course 'Operating Systems' offered by Dr. Sivaselvan B. at IIITDM Kancheepuram.

Notifications You must be signed in to change notification settings

animeshk-me/OS-lab-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS Lab Assignment Solutions

These C programs contain the complete solution of the lab assignments I did as part of Operating Systems course at IIITDM Kancheepuram. Some of the most important C programs being,

  • My own shell using fork and exec calls in linux OS.
  • Solving computational problems like matrix multiplication and magic square using both multithreading using pthreads and multiprocessing using fork system calls.
  • Multithreaded implementations using semaphores.
  • Proposing and implementing the multithreading and multiprocessing algorithms of traditional Dynamic Programming problems like longest common subsequence problem and so on.
  • Solutions of a few classical synchronization problems from The Little Book of Semaphores.

Contact me

Animesh Kumar

email: 24animesh11@gmail.com

phone: +91 7985851496

About

These exercises were attempted and completed during the course 'Operating Systems' offered by Dr. Sivaselvan B. at IIITDM Kancheepuram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages