Skip to content
Mathieu Maret edited this page Dec 28, 2015 · 1 revision

Welcome to the genymotion-kernel wiki!

Build the kernel

Lollipop and newer

git clone https://github.com/Genymobile/genymotion-kernel.git -b genymotion-goldfish-3.10
ARCH=x86_64 make vboxx86_64_defconfig
ARCH=x86_64 make -j8 bzImage 
ARCH=x86_64 make -j8 modules

Kitkat

git clone https://github.com/Genymobile/genymotion-kernel.git -b genymotion-goldfish-3.4
ARCH=x86 make vbox_defconfig
ARCH=x86_64 make -j8 bzImage 
ARCH=x86_64 make -j8 modules
Clone this wiki locally