This document provides instructions for adding system calls to the OS/161 project, focusing on the implementation of the sys_getpid() system call. It guides through configuration, creation of syscall implementation files, updating necessary configurations, and testing the implemented system call through a user program. The process includes specific commands and coding examples to facilitate building and testing the kernel with new system calls.