[kgtp] r994 committed - Update doc

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

Revision: 994
Author:   teawater
Date:     Wed Mar 28 02:48:52 2012
Log:      Update doc

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

Modified:
 /wiki/HOWTO.wiki

=======================================
--- /wiki/HOWTO.wiki    Wed Mar 28 02:47:16 2012
+++ /wiki/HOWTO.wiki    Wed Mar 28 02:48:52 2012
@@ -106,6 +106,14 @@
This commands will copy the files of KGTP to the directory that DKMS need.<br>
 Then you can use DKMS commands to control KGTP.<br>
 Please goto http://linux.dell.com/dkms/manpage.html to see how to use DKMS.
+=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.
 = Howto use =
 == Exec it ==
 If you have installed KGTP in your system, you can:
@@ -117,14 +125,6 @@
 cd kgtp/
 sudo insmod gtp.ko
 }}}
-=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.
 == Make GDB connect to gtp ==
 === GDB on the current machine ===
 {{{

Other related posts:

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