Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 656 Bytes

File metadata and controls

35 lines (20 loc) · 656 Bytes

fundamentos-SO-IPC

This repository contains experiments about Operational Systems.

Organization

In each folder have an experiment, they are:

  • inter_process_communication

A project to make a "chat" between 2 process using shared memory and messages queues.

Usage

  1. Go to the project that you want
  2. Compile the files with:

make

  1. Run the project with:

make run

  1. Clean the project with:

make clean

  • Check the Makefile if there any doubt.

Authors

Name Github
Arthur Temporim arthurTemporim
Ícaro Pires icaropires