当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
24 Star 61 Fork 66

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/openeuler/anbox.git
git@gitee.com:openeuler/anbox.git
openeuler
anbox
anbox
master

搜索帮助