Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r666 committed - Added information how to build Web100 patched Linux kernel.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r666 committed - Added information how to build Web100 patched Linux kernel.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r666 committed - Added information how to build Web100 patched Linux kernel.
  • Date: Sat, 01 Oct 2011 10:40:16 +0000

Revision: 666
Author:

Date: Sat Oct 1 03:39:43 2011
Log: Added information how to build Web100 patched Linux kernel.
http://code.google.com/p/ndt/source/detail?r=666

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Sat Oct 1 03:28:43 2011
+++ /wiki/NDTArchitecture.wiki Sat Oct 1 03:39:43 2011
@@ -98,6 +98,20 @@
* odbc library (to support writing test results to the SQL database)
* Java SDK (to build Java Applet-based client, Admin.class and the JAnalyze application)

+==== Web100 patched Linux kernel ====
+
+Web100 patch for the Linux kernel can be obtained from the [http://www.web100.org/download/ Web100 download page].
+
+The base Linux kernel can be obtained from the [kernel.org] ftp site:
+ * ftp [ftp.kernel.org] and change directory to the proper Linux kernel directory
+
+Unpack the kernel tar file in the {{{/usr/src}}} directory, unpack the Web100 kernel patch, and apply the patch:
+ * {{{patch –p3 < path-to-kernel-patch-file}}}
+
+It is important to note that kernel patch files are keyed to a specific version of the Linux kernel. You must look at the Web100 kernel readme file to determine which kernel version you need to download/patch.
+
+Configure and build the new kernel; note: you must enable _“Prompt for development code ...”_ so that Web100 options appear under _“Networking Options.”_ Modify the boot loader configuration file, reboot, and test the new system.
+
==== Web100 user library ====

Web100 user library can be obtained from the [http://www.web100.org/download/ Web100 download page].


  • [ndt-dev] [ndt] r666 committed - Added information how to build Web100 patched Linux kernel., ndt, 10/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page