Installation Instructions:

The following patches are for Open Suse 10.3 - 2.6.22.13-0.3

1. Patch the Kernel with the PrePatch and Patch

  cd {source directory}
  patch p1 < MailboxPrePatch
  patch p1 < MailboxPatch

2. Compile and Install the Linux Kernel

  make O={build directory} gconfig
  make O={build directory}
  make O={build directory} modules_install install

3. In order to use the mailbox system calls, you must include mailbox.h.
   mailbox.cpp defines the three system calls.