Re: [android-kernel] Re: What's goldfish kernel?

2017-03-14 Thread Glenn Kasten
In section ""Selecting a kernel" choose a row based on column 1 "Device". Then look at column 3 "Source location" and take the second component of the filename. For example, if the filename is "kernel/foobar", then take the "foobar". Next go to section "Downloading sources". Select the right git

Re: [android-kernel] Re: What's goldfish kernel?

2017-03-13 Thread Enrico Menotti
Hello, I am a newbie to Android kernel. In particular, I am interested in emulation on a computer. I installed Android Studio and the included emulator. Now I am looking for the kernel sources; as far as I have found, I have to choose the Goldfish kernel. I had a look here: https://source.andr

Re: [android-kernel] Re: What's goldfish kernel?

2014-08-20 Thread Christopher Covington
Hi Subhajit, On 08/13/2014 06:04 AM, Subhajit Naha wrote: > Any documentation on the Goldfish architecture? Here is the main documentation that I'm aware of. https://android.googlesource.com/platform/external/qemu.git/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT > I find the Goldfish audio and M

[android-kernel] Re: What's goldfish kernel?

2014-08-19 Thread Subhajit Naha
Any documentation on the Goldfish architecture? I find the Goldfish audio and MTD driver codes into the staging driver in the up to date kernel. is this the emulatir that is used when when we run our Android examples onto the eclipse+Android SDK? On Wednesday, May 6, 2009 3:05:11 PM UTC+5:30, Pi

[android-kernel] Re: What's goldfish kernel?

2009-05-08 Thread Chih-Wei
Thank you, Piethein. Actually I'm a member of that project. As far as we know, 2.6.29 still doesn't work for x86 target. If anyone has successfully run 2.6.29 on x86 target, please publish your workable configuration (plus patches, if any). Thanks a lot! On 5月7日, 下午6時00分, Piethein Strengholt

[android-kernel] Re: What's goldfish kernel?

2009-05-07 Thread Yi Sun
Has anyone tested 2.6.29 on x86? On Thu, 2009-05-07 at 03:00 -0700, Piethein Strengholt wrote: > I believe they just moved to the 2.6.29 branch. If you are interested > in Android on x86 you should also have a look at this: > > http://code.google.com/p/patch-hosting-for-android-x86-support/downlo

[android-kernel] Re: What's goldfish kernel?

2009-05-07 Thread Piethein Strengholt
I believe they just moved to the 2.6.29 branch. If you are interested in Android on x86 you should also have a look at this: http://code.google.com/p/patch-hosting-for-android-x86-support/downloads/list Good luck. Regards, Piethein Strengholt On May 7, 8:37 am, Chih-Wei wrote: > Thank you fo

[android-kernel] Re: What's goldfish kernel?

2009-05-06 Thread Chih-Wei
Thank you for the reply. By the way, what's the status about android-2.6.29 branch? Is it ready for use, especially for x86 target? I just checked out korg/android-2.6.29 branch and compiled a kernel image for testing (with same config as 2.6.27) Many processes crashed during booting, like servic

[android-kernel] Re: What's goldfish kernel?

2009-05-06 Thread Piethein Strengholt
Goldfish The Android emulator runs a virtual CPU that Google calls Goldfish. Goldfish executes ARM926T instructions and has hooks for input and output -- such as reading key presses from or displaying video output in the emulator. These interfaces are implemented in files specific to the Goldfish