OSDN Git Service

snapshot of honeycomb-x86
[android-x86/prebuilt.git] / android-arm / kernel / README
diff --git a/android-arm/kernel/README b/android-arm/kernel/README
new file mode 100644 (file)
index 0000000..6fbc320
--- /dev/null
@@ -0,0 +1,12 @@
+This directory contains the kernel images specific to the Android emulator.
+They are built with the 'rebuild.sh' script contained here, usage is:
+
+    ./rebuild.sh  /path/to/kernel/sources/
+
+The kernel sources must correspond to one of the android-goldfish-2.6.XX
+branches available from android.git.kernel.org/kernel/qemu.git. The script
+will complain if it cannot find the files corresponding to the virtual hardware
+architecture known as "goldfish".
+
+See hw/goldfish_XXXX under the emulator sources for the corresponding virtual
+hardware emulation code.