OSDN Git Service

android-x86/device-vm-vm.git
13 years agoupdate for kernel 2.6.38 froyo-x86 android-x86-2.2-r2
Chih-Wei Huang [Wed, 20 Apr 2011 09:07:31 +0000 (17:07 +0800)]
update for kernel 2.6.38

13 years agoupdate vm_defconfig for VirtualBox 4.0 android-x86-2.2
Chih-Wei Huang [Thu, 13 Jan 2011 06:44:40 +0000 (14:44 +0800)]
update vm_defconfig for VirtualBox 4.0

* add Intel HD audio
* add SATA AHCI

13 years agovm_info: update dmi strings for qemu
Chih-Wei Huang [Sun, 9 Jan 2011 07:51:02 +0000 (15:51 +0800)]
vm_info: update dmi strings for qemu

13 years agoupdate vm_defconfig
Chih-Wei Huang [Fri, 31 Dec 2010 01:56:16 +0000 (09:56 +0800)]
update vm_defconfig

13 years agovm_info: fix a bug of persistent mode
Chih-Wei Huang [Fri, 17 Dec 2010 10:32:39 +0000 (18:32 +0800)]
vm_info: fix a bug of persistent mode

Use the callback device_mount_data to implement persistent mode.

13 years agospecify sdcard in cmdline instead of using vold.fstab
Chih-Wei Huang [Thu, 9 Dec 2010 10:40:33 +0000 (18:40 +0800)]
specify sdcard in cmdline instead of using vold.fstab

13 years agovm_defconfig: update to 2.6.35.7
Chih-Wei Huang [Mon, 25 Oct 2010 03:48:35 +0000 (11:48 +0800)]
vm_defconfig: update to 2.6.35.7

13 years agoadd persistent mode support
Chih-Wei Huang [Thu, 12 Aug 2010 06:18:01 +0000 (14:18 +0800)]
add persistent mode support

In this mode, the first Linux partition is mounted as /data,
and the first fat partition is mounted as /mnt/sdcard.

13 years agoinit import
Chih-Wei Huang [Mon, 12 Jul 2010 07:22:30 +0000 (15:22 +0800)]
init import

The vm target supports Android-x86 running on a virtual machine
like Virtual Box, QEMU and VMWare.

To build it, specify TARGET_PRODUCT=vm to buildspec.mk.