create patches
How to generate your patches?
Do as follow steps:
1) prepare the file which you modify from orignal source code.
2) run command
diff -up orignal new-file > patch.xxx
3) if will patch a contents
diff -uprN orignal-path new-path > patch.xxx
4)patch it
patch -p0/n < patch.xxx