This procedure implements the “exit” system call, #1. It simply salvages the low order byte of the user supplied parameter and saves it in “u.u_arg[0]”. which is in the lower half of the “u” structure i.e. the part that is written to the “swap area” as a “zombie”.