Create a new system call to get a process's pid and parent's pid.
Two new "system calls" will be available to the user as calls to:
int mygetpid(); int mygetppid();
We need to be familiar with a number of Minix source files and directories.
Several will be examined sometimes using the mygetpid example.
The first project will need to imitate the example.