X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/d422480e9c35e7d535f181120dcaa871a996553f..refs/heads/lineage-17.1:/README.md diff --git a/README.md b/README.md index 1782bf3..83156a6 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,15 @@ Execute command blew: wget -O - https://github.com/Anbox-halium/anbox-halium/raw/lineage-17.1/scripts/install.sh | bash ``` Note: Run installer on the user you are willing to install anbox on + +Patching kernel +--------------- +Running anbox requires: +* Veth for networking +* Ashmem +* Specific binder nodes (anbox-binder anbox-hwbinder anbox-vndbinder) +Checkout defconfig kernel patcher [script](https://github.com/Anbox-halium/anbox-halium/blob/lineage-17.1/scripts/check-kernel-config.sh) for patching halium devices kernel. +``` +check-kernel-config.sh halium_device_defconfig -w +``` +On mainline devices it is highly recommanded to use needed drivers as module. (binder_linux and ashmem_linux)