anbox / anbox-modules

Anbox kernel modules
329 stars 228 forks source link

Minimum kernel version/config? #30

Open lp35 opened 5 years ago

lp35 commented 5 years ago

Hi,

I would like to know on which kernel config options (kconfig) anbox build relies on (modules? specific virtualization options?) and what is the minimum kernel version (e.g: is 3.10 Kernel supported?)

Thanks!

bentolor commented 5 years ago

According on https://github.com/anbox/anbox-modules/blob/master/.travis.yml it currently supports 4.4+

If you need to find our more, you probably need deep-dive into this really small source-module on your own…