Re: [android-kernel] NFS for android OR make mainframe linux kernel compatible for android

2012-05-27 Thread hedwin
Android uses a mainline kernel plus some android specifc additions. So the features available in the main line kernel are also available in the android kernel. On Wed, May 9, 2012 at 3:21 AM, Chirag Shah wrote: > Hi All, > I have basic question. Which steps / patches i need to apply to make > my

Re: [android-kernel] [Kernel PANIC] ANDROID NFS Booting.

2012-05-27 Thread hedwin
The problem can also be on the server side (in most cases it is). Did you check the firewall running on the server? On Sat, May 5, 2012 at 8:46 AM, Jiejing.Zhang wrote: > Hi, > > If you modify init.xxx.rc to let it don't mount /system etc, like below. > > on fs > # mount ext4 partitions > m

Re: [android-kernel] problem when build LKM

2012-05-27 Thread Vladimir Murzin
On Wed, May 09, 2012 at 10:45:52PM -0700, scott wrote: > Here is a loadable kernel module for HTC Sensation XL (runnymede- > crc-2.6.35). > > /* > * mydebug.c > * System Call sys_open dubugging > */ > > #include /* Needed for KERN_INFO */ > #include /* Needed by all modules */ > #include /* Ne