\documentclass{article}
\input{6828-preamble}
\begin{document}
\psetnum{11}
\date{2004/10/18}

\begin{pset}
  \begin{problem}
    Process 5, the \texttt{/etc/update} process is executing at the
    time of the breakpoint:
\begin{verbatim}
Breakpoint, PC=023144  (CLRB 3(R2))
R0=023134 R1=141734 R2=063220 R3=000000 R4=000011 R5=141742
KSP=141732 USP=177764 PSW=030000 (CM=0,PM=3,IPL=0,tnzvc)

sim> e -v 063232
63232:  000005
\end{verbatim}
  \end{problem}

  \begin{problem}
    R4 is octal 11, so the signal being sent is 9. This is
    \texttt{SIGKIL}.
  \end{problem}

  \begin{problem}
    Process 5 is being sent signal 9 because we ran the command
    \texttt{kill -9 5}, which sends signal 9 to process 5.
  \end{problem}
\end{pset}

\end{document}
