Kernel Compile Testing
These tests are the results from running kernel compilations.
Since I couldn't figure out how to get the output from the "time" command
piped to a file, I ran the commands manually (rather than using a script).
Before the start of all tests, I ran the following commands:
- make mrproper
- make xconfig
- make dep
- make bzImage
Then, for each test, I ran:
- make clean
- time make bzImage
Here are the test results:
Mike Shea
Last modified: Sun Apr 20 18:26:05 PDT 2003