How to compile the Zen-Kernel with ICC
======================================
1. Download and install ICC 11.0.018 for Linux
2. Download and install the Zen-Kernel 2.6.30-rc2-zen0
3. Download and unpack the intelwrapper.tgz to usr/src/linux
3. Copy the intelwrapper script to /usr/local/bin (or where the compiler can find it)
4. Apply the patch to the Zen-Kernel
5. Execute the scripts intelc.1 intelc.2 intel.3
6. Add the new kernel to your boot configuration
7. Should work with any vanilla kernel, too.
8. Take a look at www.linuxdna.com for more.
9. Alternative to intelwrapper.tgz: Download 30module.patch and apply to the kernel. It is a standalone patch. You don't need to hassle with a wrapper. Just type 'make' and 'make modules_install' to compile.