Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 658 Bytes

Programming assignment for e0253-os-2021

Execute "make" to compile.

Content

  • assignment/ : PDFs with detailed description of the assignment
  • source/ : user-space application to be modified
  • source/main.c : this is where you will write your logic
  • source/testcases.h : can contain arbitrary logic

Instructions

  • 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 in source/main.c. The number should be printed just before the program exits.