OSDN Git Service

6fbc3207c3e2780e7d0bf2b491da9f9babe504c8
[android-x86/prebuilt.git] / android-arm / kernel / README
1 This directory contains the kernel images specific to the Android emulator.
2 They are built with the 'rebuild.sh' script contained here, usage is:
3
4     ./rebuild.sh  /path/to/kernel/sources/
5
6 The kernel sources must correspond to one of the android-goldfish-2.6.XX
7 branches available from android.git.kernel.org/kernel/qemu.git. The script
8 will complain if it cannot find the files corresponding to the virtual hardware
9 architecture known as "goldfish".
10
11 See hw/goldfish_XXXX under the emulator sources for the corresponding virtual
12 hardware emulation code.