[android-kernel] Help Me Clone Correct Kernel Source

2014-01-28 Thread Randy B
I am a longtime techie, but Android and Linux are new territory for me. My goal is to build Android 2.2 for the Nook Simple Touch. The nook uses a TI omap processor. Version 1.2.1 of the Nook software runs a crippled version of Android 2.1 with the kernel identified as 2.6.29-omap1. I have dow

[android-kernel] Getting error unknown relocation : 27 for an Android kernel module after insmod

2014-01-28 Thread Aniket Thigale
I've compiled a basic hello world Android kernel module using goldfish 2.6.29 for the emulator Code: #include /* Needed by all modules */ #include /* Needed for KERN_INFO */ #include /* Needed for the macros */ static int hello3_data __initdata = 3; static int __init hello_3_init(void) { printk(

[android-kernel] Re: Android Low Memory Killer + kswapd

2014-01-28 Thread ksam
Hi Raja Pawn, I am trying to test the low memory killer driver. I am not able to simulate it. On Thursday, November 18, 2010 11:09:03 AM UTC+5:30, Raja Pavan wrote: > > We are testing the lowmemorykiller.c driver of android, using a sample > test application that malloc() and memset() memory.