Skip to content

Labs of the Operating Systems course, University of Aveiro

License

Notifications You must be signed in to change notification settings

pedrovt/so-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems

MSc in Computer and Telematics Engineering | University of Aveiro

pedrovt 2018-2019


Classes

  • Guide 01: The bash scripting language. Shell scripting using bash
  • Guide 02: The SO File System 2018 (SOFS18)
  • Guide 03: Concurrency using threads. Programming using the library pthread.
  • Guide 04: Concurrency using shared memory. Semaphores to control access to a shared data structure, by diferent processes.
  • Guide 05: Concurrency using message queues. Communication between processes using message queues.