Skip to content

nicolasebastianelli/Operating_Systems_M

Repository files navigation

Operating System M

This repository contains laboratory exercises, exams and templates for the Operating Systems M course of the Master's Degree in Computer Engineering at the University of Bologna.


To compile C programs:

gcc -D_REENTRANT -o fileName fileName.c -lpthread

To run C programs:

./fileName

To compile and run Go programs:

go run fileName.go

⚠️ WARNING: Programs correctly compile also in OS X systems, but the semaphores do NOT behave the way you would expect because they are not initialized by the deprecated sem_init(). If you want to use OS X systems here you can find a solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors