All the source code MUST remain secret before the CS Games 2018.
Both French and English statements are written in Markdown language and are stored in the statement
directory.
Compiling and installing everything needed for the competition is done by running the following in a terminal, assuming your present working directory is os
and you are NOT using sudo (sudo password will be asked during execution):
$ bash install.sh
ALL CONTENT OF THIS DIRECTORY MUST BE REMOVED FROM THE CONTESTANTS' VM AFTER THE INSTALLATION PROCESS. THEY MAY NOT HAVE ACCESS TO SOURCE CODE FOR THE COMPETITION.
The kernel module is the virtual device that must be manipulated by the challenge library to be implemented by the contestants.
The challenge is to implement the functions found in c_api/include/kiki_api.h
Correction will be done using Google Tests.