The latest MAGNET patch is contained in a file by the name: magnet--kernel-.patch This patch installs the code for MAGNET version into the kernel version source tree. To apply, copy the MAGNET patch file to the base (ie, /linux) directory of the kernel source tree at enter the command: patch -p1 < This should apply the patch. Further documentation is found in Documentation/magnet.txt and Documentation/magnet-install.txt after the patch has been applied. To create the MAGNET application programs, execute the following in the /usr/src/linux/magnet directory. make -f Makefile.tools