Create a Custom Syscall

Create a custom syscall to the x86 64 bit architecture that tells you the current state of the system.

What to Submit

Procedure

Requirements

Hint: All of system information can be checked in the /proc directory from the user space

Points