Skip to content

Code of a Lab done at ENSEA (engineering school), in final year.

Notifications You must be signed in to change notification settings

Erwan-BR/System-Network-Lab-Two

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System-Network-Lab-Two

Description of the repo

This repository contains the resolution of a system Lab done in binomial with Adrien MILLASSEAU.

This lab is about coding functions malloc and free in c to replace those given by the standard libc.

The subject is available here.

To obtain an equivalent of the subject in English, please refer to issues #1 (which may have been closed).

How to use it ?

You have to work on a linux computer.

Clone the project

git clone https://github.com/Erwan-BR/System-Network-Lab-Two.git

Authorize execution of bash file.

chmod +x main.sh

Execute the bash file

./main.sh