/so-labs

Labs of the Operating Systems course, University of Aveiro

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.