OSDN Git Service

android-x86/device-vm-vm.git
11 years agoKernel config file updated to 3.0.36 version ics-x86
Daniel Fages [Sun, 2 Sep 2012 21:20:58 +0000 (14:20 -0700)]
Kernel config file updated to 3.0.36 version

11 years agoUpdate kernel config file to make it compiling
Daniel Fages [Sun, 2 Sep 2012 21:18:06 +0000 (14:18 -0700)]
Update kernel config file to make it compiling

11 years agoMake it compile under ics
Daniel Fages [Sun, 2 Sep 2012 21:00:07 +0000 (14:00 -0700)]
Make it compile under ics

12 years agoallow to simulate rotation sensor by keyboard honeycomb-x86
Chih-Wei Huang [Fri, 4 Nov 2011 22:24:55 +0000 (06:24 +0800)]
allow to simulate rotation sensor by keyboard

13 years agoMerge branch 'froyo-x86' into gingerbread-x86 gingerbread-x86
Chih-Wei Huang [Wed, 20 Apr 2011 09:08:56 +0000 (17:08 +0800)]
Merge branch 'froyo-x86' into gingerbread-x86

Conflicts:
vm_defconfig

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 for gingerbread-x86
Chih-Wei Huang [Sun, 23 Jan 2011 16:40:03 +0000 (00:40 +0800)]
update for gingerbread-x86

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.

14 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.