Differences between version 32 and revision by previous author of KernelCompilationTimes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 32 | Last edited on Wednesday, September 1, 2004 4:51:07 pm | by CraigBox | Revert |
Older page: | version 31 | Last edited on Wednesday, September 1, 2004 3:06:37 pm | by DanielLawson | Revert |
@@ -6,15 +6,16 @@
(In /usr/src, with the 2.6.8 source downloaded already)
-
+<pre>
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
+</pre>
If you have a machine with more than one processor, you can use make -j n .... where n is the number of cpus + 1
----