1 Star 1 Fork 66

RT.X / anbox

forked from openEuler / anbox
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kernel_module.md 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
kuno_0 提交于 2020-10-09 20:15 . update docs/kernel_module.md.

Build and install Android Kernel modules

Install binder and ashmem with the following command:

$ cd /home/compile
$ git clone https://github.com/anbox/anbox-modules
$ cd anbox-modules
$ git reset --hard 816dd4d6e702cf77a44cfe208659af6c39e02b57
$ cp anbox.conf /etc/modules-load.d/
$ cp 99-anbox.rules /lib/udev/rules.d/
$ cp -rT ashmem /usr/src/anbox-ashmem-1
$ cp -rT binder /usr/src/anbox-binder-1
$ dkms install anbox-ashmem/1
$ dkms install anbox-binder/1
$ modprobe ashmem_linux
$ modprobe binder_linux

Run the following command to check whether the installation is successful:

$ lsmod | grep -e ashmem_linux -e binder_linux

If binder_linux and ashmem_linux is listed , your installation is successful.

C++
1
https://gitee.com/rtx1996/anbox.git
git@gitee.com:rtx1996/anbox.git
rtx1996
anbox
anbox
master

搜索帮助