Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, broken hearts,
* thermonuclear war, you getting fired because the alarm app failed, or
* unfulfilled sexual partners. Please do some research if you have any
* concerns about features included in this ROM before flashing it! YOU are
* choosing to make these modifications, and if you point the finger at me
* for messing up your device, I will point that finger back at you and laugh.
* make sure you do a nandroid backup in case your phone blows up in
* your face because your phone cant handle the speed :).
*/
If you use my kernel in your ROM please give credit to the following:
Alquez
Eoghan2t7
Modpunk
OliverG96
Installation: Via recovery.
CM9/10 I Paranoid Android 2.54 Beta 1
Govs:
Superbad
Skywalker
Intellidemand
Lagfree
Lulzactive
Lazy
Brazilionwax
Smartass
SmartassV2
SmartassH3 - Default
Minmax
Smoothass
Savagedzen
InteractiveX
Conservative
OndemandX
Ondemand
Userspace
Powersave
LionHeart
Performance
Shedulers:
Noop
Deadline
CFQ
BFQ
VR
SIO - Default
Extra Features:
Zram that uses snappy
Google snappy compression/decompression
Zcache
Frontswap
FScache
Cachefiles
Cleancache.
More Coming Soon
Download:
V2.1:
http://ashdownloads.cu.cc/kernel/CM10-Kernel-V2.1.zip
Mirror:
https://www.box.com/shared/h5hv0jvbrieij35hug21
v2:
http://ashdownloads.cu.cc/kernel/CM10-Kernel-V2.zip Use this one before trying mirror
Mirror:
https://www.box.com/s/dh7pduc1mcyrtj7g4jd2
v1:
http://androidstockhost.co.uk/cm7/CM10-Kernel.zip
If you like my work please click the thanks and news worthy or consider a small donation
Source

You will need a toolchain to compile the kernel you can do so by doing this
Read the Readme file on github or read the index page here at the bottom:
http://eoghan2t9.github.com/HTC_Wildfire_S_Android4.0_Kernel/
Then after renaming use these commands
Code:
32bit and 64bit systems:
sudo apt-get install git-core gnupg flex bison gperf libsdl-dev libesd0-dev build-essential zip curl libncurses5-dev zlib1g-dev
64bit only:
sudo apt-get install ia32-libs lib32z1-dev lib32ncurses5-dev gcc-multilib g++-multilib
Code:
export CCOMPILER=${HOME}/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
Code:
export CCOMPILER=${HOME}/toolchains/arm-eabi-4.4.3/bin/arm-eabi-
i.e.
export CCOMPILER=[extraction directory]/bin/arm-eabi-
Code:
make ARCH=arm CROSS_COMPILE=$CCOMPILER -j`grep 'processor' /proc/cpuinfo | wc -l`
http://eoghan2t9.github.com/Android_Toolchains/
Last edited: