I checked recent android kernel sources ( http://goo.gl/UDjEU ) , and there are no apanic driver.
It seems apanic driver is dropped. 2013년 2월 16일 토요일 오후 4시 7분 2초 UTC+9, yingchun li 님의 말: > > Thank you for your work. > I just checked the android kpanic driver(drivers/misc/apanic.c), but it > seems > you didn't port this driver yet? it still use the old mtd functions(such > as > mtd->read...) > > > On Thu, Feb 14, 2013 at 10:31 PM, Young-Ho Cha > <[email protected]<javascript:>> > wrote: > > In AOSP gerrit, there are patch series for android-goldfish-3.4, but not > > work properly. > > > > So I submitted additional patches for android-goldfish-3.4 branch. > > > > If you want to use these patches, follow next instructions. > > > > 1. download and sync aosp source with repo tool described as > > http://source.android.com/source/downloading.html > > > > 2. add local_manifest.xml > >> > >> $ cat .repo/local_manifest.xml > >> <?xml version="1.0" encoding="UTF-8"?> > >> <manifest> > >> <project path="kernel/goldfish" name="kernel/goldfish" > >> revision="android-goldfish-3.4" /> > >> </manifest> > > > > > > 3. sync again > > > > 4. download goldfish patch series from AOSP review. > >> > >> $ repo download kernel/goldfish 51687 > > > > > > 5. build goldfish kernel > >> > >> $ source ./build/envsetup > >> $ lunch full-eng > >> $ ./prebuilts/qemu-kernel/arm/rebuild.sh kernel/goldfish > > > > > > > > 2013년 1월 27일 일요일 오후 8시 48분 17초 UTC+9, Nanik T 님의 말: > >> > >> As we all know the Goldfish emulator currently runs only on 2.6.x > kernel > >> and the 3.4 version that currently in Google's git repository is not > >> working, so to fill that gap I've started a project in github to patch > >> mainline Linux Kernel with the Goldfish emulator code to enable it to > run on > >> different kernel versions, I manage to migrate different versions of > the > >> kernel up to the latest 3.7.4 code. The migration that I'm embarking on > is > >> for the ARM platform not x86 and I've tested the kernel with different > >> version of JellyBean compiled from the repo. The different kernel > versions > >> that I've checked in are - 2.6.30.4, 2.6.38.8, 2.6.39.1, 3.0.1, 3.3.1, > 3.5.4 > >> and 3.7.4 > >> > >> The compiler that I've used to compiled the kernel is the one provided > in > >> the Android Jellybean code (4.4.3). The emulator was able to bootup and > run > >> the framework but I've done minimum testing - browsing, app > installation and > >> different build in apps. Mouse is working fine except for 3.x versions > as > >> they are not working properly but still usable while keyboard is > finicky. > >> > >> The code can be found in https://github.com/nanikjava/androidgoldfish > >> > >> Cheers > >> > >> > > -- > > -- > > unsubscribe: [email protected] <javascript:> > > website: http://groups.google.com/group/android-kernel > > --- > > You received this message because you are subscribed to the Google > Groups > > "Android Linux Kernel Development" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
