Hello all, I am new to Kernel development and what I want to do is to write a system call within the kernel, that takes two integers as parameters and returns the sum of these numbers back, while controlling that they are true integers (otherwise gives an error). Can you help me doing this simple process?
