[android-porting] Re: Android on solaris

2009-08-03 Thread David Turner
At the very minimum, you will need to write Solaris kernel drivers for Android-specific features like Binder or ashmem. No small feat indeed. After that, you will need to change *any* code that touches the hardware and kernel (e.g. anything in /dev or /proc on Linux), probably make *huge* changes

[android-porting] Re: Android on solaris

2009-08-03 Thread Rakesh Kumar
Hi David, Thank you very much for your help. I want to replace Linux kernel with Solaris from the android.So, Kindly tell me in detail, what are the changes I need to do for it? Can I find some document for it on web? Regards Rakesh On Mon, Aug 3, 2009 at 2:19 PM, David Turner wrote: