This repository contains experiments about Operational Systems.
- inter_process_communication
A project to make a "chat" between 2 process using shared memory and messages queues.
- Go to the project that you want
- Compile the files with:
make
- Run the project with:
make run
- Clean the project with:
make clean
- Check the
Makefileif there any doubt.
| Name | Github |
|---|---|
| Arthur Temporim | arthurTemporim |
| Ícaro Pires | icaropires |