On Mon, Sep 3, 2012 at 2:06 AM, Frank van Beek <
f.v....@gmail.com> wrote:
> Hi Prasanna,
>
> On 2 September 2012 19:47, Prasanna Kumar T S M
> <
prasanna...@gmail.com> wrote:
>> Is it possible to chroot into android-x86 system from Ubuntu 11.10, if so
>> how to do it? I am running a 64-bit version of Ubuntu. I am able to chroot
>> to fedora 32 bit system but I am not able to chroot to android-x86 system.
>> Is there anything I am missing?
>
> Ubuntu and Fedora are very similar. They run on the same hardware and
> share the same kernel code. That's why you are able to run Fedora
> executables from within Ubuntu.
>
> Android x86 is also Linux and x86 based, but that doesn't mean that
> the binaries can be run in any other Linux/x86 OS. The Ubuntu kernel
> simply does not know how to execute the Android binaries.
>
Is it possible to teach Linux kernel about Android executables? As I
could see both are ELF binaries - I guess adding some code in Kernel
could make it launch Android binaries. Is it possible, if so how?
> You could use Virtualbox to run Android from within Ubuntu, but
> setting up Virtualbox will take some effort.
I am having a system without hardware VT so running Android in
Virtualbox is dead slow.
>
> Frank.
>
> --
> You received this message because you are subscribed to the Google Groups "Android-x86" group.
> To post to this group, send email to
andro...@googlegroups.com.
> To unsubscribe from this group, send email to
android-x86...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/android-x86?hl=en.
>
Thanks,