5
I am trying to compile the iscsi-target software SCST. It wants me to apply a patch to my Linux kernel in order to allow for certain performance gains. The problem is I still new to Linux development. Where do I begin? How do I apply the patch? Do I need to recompile the kernel? Help!
I am running Ubuntu 10.04.3 amd64
Kernel version 2.6.32-28-server
Yes, you'll need to compile - a patch is a modification of source code, not the binary. How you apply the patch should be in their README (or INSTALL, if they have it). – new123456 – 2011-08-18T20:08:56.127