New Kernel released: -
BigRushDog does it again.

. Updated kernel.
NB! As a result of stability issues experienced by some users on 1.4.0, the mass storage function has been removed from 1.4.1. If you still want to use Mass Storage and keep on v1.4.0, dinomight has developed a little app to pop up when a usb connection is made - see post#130 and #132 for v1.1 for more information (download attached files at end of this post - haven't tried them myself yet

)
Kernel Downloads:
V 1.4.1 -
http://www.bigrushmods.com/xoom/kernelz/Tiamat_Xoom-2.6.36.4-v1.4.1.zip
V 1.4.0 -
http://www.bigrushmods.com/xoom/kernelz/Tiamat_Xoom-v1.4.0.zip - NB! Is buggy for some users
V 1.3.2 -
http://www.bigrushmods.com/xoom/kernelz/Tiamat_Xoom-v1.3.2.zip
V 1.3.1 -
http://www.bigrushmods.com/xoom/kernelz/Tiamat_Xoom-v1.3.2.zip
V 1.3.0 -
http://www.bigrushmods.com/xoom/kernelz/Tiamat_Xoom-v1.3.1.zip
How to Install
Instruction for flashing Tiamat Xoom 1.4.0+
NOTE: These instruction assume you have flashed
[RECOVERY] ClockworkMod Recovery v3.0.2.5 [UPDATE 4/22] "Fixed boot.img error" - xda-developers!
1. Reboot into recovery using quickboot or adb reboot recovery
2. Go into "mounts and storage"
3. Select "mount USB storage"
4. Your SD Card will now be mounted on your computer. Drop the kernel onto SD Card.
5. "Go Back" then go into "install zip from sdcard" then "choose zip from sdcard"
6. Navigate to the zip file and select it. It will now flash.
7. Back out to main menu and reboot.
Special instructions for v 1.3.1
You have to manually make a new directory called "sdcard2" inside "sdcard" prior to flashing. Either use your file explorer of choice or use adb...
Code:
adb shell
mkdir /data/media/sdcard2
exit
v1.3.1 and below (Thanks b0ricua

)
Changelog:
Code:
[B]Version 1.4.1[/B]
- Mass Storage has been removed do to stability issues. Your SD Card still works just fine without it!
- More updates from Google AOSP.
- Please visit Tiamat Xoom Kernel Github Repo for commit history.
[B]Version 1.4.0[/B]
- Mass Storage now enabled in Android with easy scripter script. Thanks kcrudup for enable mass_storage_platform_device in board driver.
- Huge source update from tegra upstream. Preparation for the elusive Motorola update we don't even need now!
- Found lost L2 Cache patch. Linpack 65 and Quadrant 3000 out the box.
- Removed more bloat from kernel. Much leaner and meaner.
[B]Version 1.3.2[/B]
- Now flashable through recovery! No more fastboot nonsense!
- Upgrade to 2.6.36.4 thanks Cybertronicz!
- Merged several branches from Kcrudup into Tiamat master.
- Removed debugging bloat from modules
[B]Version 1.3.1[/B]
- No kernel code modifications, just changes to init.stringray.rc and vold.fstab
- sdcard2 now shows up inside sdcard so it plays nice with system and gallery
- Make sure you follow special instructions in "How To Install"