https://github.com/joao-conde/feup-sope
Repository to host the Operating Systems projects, a second year course @FEUP
https://github.com/joao-conde/feup-sope
feup feup-sope operating-system os sope
Last synced: 11 months ago
JSON representation
Repository to host the Operating Systems projects, a second year course @FEUP
- Host: GitHub
- URL: https://github.com/joao-conde/feup-sope
- Owner: joao-conde
- Created: 2017-03-28T13:12:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T13:48:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T18:38:29.244Z (about 1 year ago)
- Topics: feup, feup-sope, operating-system, os, sope
- Language: C
- Homepage:
- Size: 602 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feup-sope
This repository incorporates the 1st and 2nd project developed for SOPE (Operating Systems) aswell as class exercises.
## Project 1: an implementation of the Unix command 'find'
The first project consisted on implementing our own simplified version of the Unix shell command 'find'.
This was achieved in a recursive way with the creation of multiple child processes.
## Project 2: A multi-threaded 'sauna' management application
The second project consisted on a multi-threaded application to simulate and manage a sauna with multiple clients of different genders arriving with different service times.