[kgtp] r996 committed - Update doc

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Wed, 28 Mar 2012 10:09:30 +0000

Revision: 996
Author:   teawater
Date:     Wed Mar 28 03:08:41 2012
Log:      Update doc

http://code.google.com/p/kgtp/source/detail?r=996

Modified:
 /trunk/howto.txt
 /wiki/HOWTO.wiki

=======================================
--- /trunk/howto.txt    Wed Mar 28 02:47:16 2012
+++ /trunk/howto.txt    Wed Mar 28 03:08:41 2012
@@ -254,6 +254,23 @@



+Use KGTP patch for Linux kernel
+-------------------------------
+
+Most of time, you don't need KGTP patch because KGTP can build as a LKM
+and very easy to use.  But to help some people include KGTP to them special
+Linux Kernel tree, KGTP supply patches for Linux kernel.
+
+In the KGTP directory:
+gtp_for_review.patch is the patch for Linux kernel upstream.
+gtp_3.0_to_upstream.patch is the patch for Linux kernel from 3.0 to upstream.
+gtp_2.6.39.patch is the patch for Linux kernel 2.6.39.
+gtp_2.6.33_to_2.6.38.patch is the patch for Linux kernel from 2.6.33 to 2.6.38. +gtp_older_to_2.6.32.patch is the patch for Linux kernel 2.6.32 and older version.
+
+
+
+
 Howto use
 ---------

=======================================
--- /wiki/HOWTO.wiki    Wed Mar 28 02:50:08 2012
+++ /wiki/HOWTO.wiki    Wed Mar 28 03:08:41 2012
@@ -109,11 +109,11 @@
 =Use KGTP patch for Linux kernel=
Most of time, you don't need KGTP patch because KGTP can build as a LKM and very easy to use. But to help some people include KGTP to them special Linux Kernel tree, KGTP supply patches for Linux kernel.<br>
 In the KGTP directory:<br>
-  * gtp_for_review.patch: this is the patch for Linux kernel upstream.
- * gtp_3.0_to_upstream.patch: this is the patch for Linux kernel from 3.0 to upstream.
-  * gtp_2.6.39.patch: this is the patch for Linux kernel 2.6.39.
- * gtp_2.6.33_to_2.6.38.patch: this is the patch for Linux kernel from 2.6.33 to 2.6.38. - * gtp_older_to_2.6.32.patch: this is the patch for Linux kernel 2.6.32 and older version.
+  * *gtp_for_review.patch* is the patch for Linux kernel upstream.
+ * *gtp_3.0_to_upstream.patch* is the patch for Linux kernel from 3.0 to upstream.
+  * *gtp_2.6.39.patch* is the patch for Linux kernel 2.6.39.
+ * *gtp_2.6.33_to_2.6.38.patch* is the patch for Linux kernel from 2.6.33 to 2.6.38. + * *gtp_older_to_2.6.32.patch* is the patch for Linux kernel 2.6.32 and older version.
 = Howto use =
 == Exec it ==
 If you have installed KGTP in your system, you can:

Other related posts:

  • » [kgtp] r996 committed - Update doc - kgtp