/systems-d-exploitation

These are exercises in the operating systems module in my 3rd year at estin.

Primary LanguageC

systems-d-exploitation

These are exercises in the operating systems module in my 3rd year at estin.

To run an exercise

choose the TD number :

cd TD[number]

compile the program :

gcc exo-[number].c -o exo[number]

run the executable :

./exo[number]