Execute "make" to compile.
assignment/
: PDFs with detailed description of the assignmentsource/
: user-space application to be modifiedsource/main.c
: this is where you will write your logicsource/testcases.h
: can contain arbitrary logic
- Follow the placeholders in
source/main.c
to find places where you need to add your code. - DO NOT MODIFY
source/testcases.h
or add any other file. - Track the number of times the signal is received from the kernel via variable
nr_signals
insource/main.c
. The number should be printed just before the program exits.