We're going to run Arch Linux (arm version) on android device (HTC Magic) via fastboot directly from sdcard. This is completely non destructive to the android OS. Connectivity with device is provided by adbd. Furthermore we're going to configure kernel to print boot logs in framebuffer, so we won't need a serial cable.
Category Archives: Android
# Android-x86: Extended emulator configuration
Google Android Emulator works on top of the x86 processor architecture, that's why the efficiency is quite low. Luckily, there exists a project called Android-x86 which uses kernel compiled to x86 architecture, so you can use it as a native system (with full x86 instruction set).