Differences between version 23 and previous revision of KernelCompilationTimes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 23 | Last edited on Wednesday, September 1, 2004 2:10:58 pm | by DanielLawson | Revert |
Older page: | version 22 | Last edited on Wednesday, September 1, 2004 1:26:48 pm | by DanielLawson | Revert |
@@ -7,10 +7,12 @@
(In /usr/src, with the 2.6.8 source downloaded already)
- tar zxvf
linux-2.6.8.tar.gz
+ tar jxf linux-2.6.8.tar.bz2
+ # or tar zxf
linux-2.6.8.tar.gz
cd linux-2.6.8
+ # use the default config
make defconfig
/usr/bin/time -p -o /tmp/dep.time make
If you have a machine with more than one processor, you can use make -j n .... where n is the number of cpus + 1
@@ -44,9 +46,10 @@
----
Name: voodoo
%%%OS: Debian Woody 3.0 2.4.26
-%%%Hardware: Dual Athlon 1800MP+, 2048 MB Ram
+%%%Hardware: Dual Athlon 1800MP+, 2048 MB RAM
+%%%Notes:
%%%/proc/cpuinfo:
<verbatim>
processor : 1
vendor_id : AuthenticAMD
@@ -66,7 +69,48 @@
make -j3
* real 4m36.29s
* user 6m22.54s
* sys 0m45.22s
+
+----
+
+Name: kiakaha
+%%%OS: Debian Sarge 3.1 2.6.7
+%%%Hardware: Dual P3 1GHz, 1.5 GB RAM
+%%%Notes:
+%%%/proc/cpuinfo:
+<verbatim>
+processor : 1
+vendor_id : GenuineIntel
+cpu family : 6
+model : 8
+model name : Pentium III (Coppermine)
+stepping : 10
+cpu MHz : 999.703
+cache size : 256 KB
+</verbatim>
+
+make:
+
+make -j3
+----
+Name:
+%%%OS:
+%%%Hardware:
+%%%/proc/cpuinfo:
+<verbatim>
+processor :
+vendor_id :
+cpu family :
+model :
+model name :
+stepping :
+cpu MHz :
+cache size :
+</verbatim>
+
+make:
+
+
----
CategoryKernel