Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 398 Bytes

Operating Systems laboratories

During the Introduction to Operating Systems course @PoliTO I had the oppportunity to carry out some exercises on basic system programming topics.

Topics

  • system calls in UNIX environment
  • basics of multi-process programming
  • basics of multi-thread programming
  • singals in UNIX environemnt
  • process and thread synchronization
  • basics of bash scripting