From 0ae438cfb5ce973e9c5cdfe4877f42a6869619cc Mon Sep 17 00:00:00 2001 From: Nitan Alexandru Marcel Date: Sat, 20 May 2023 02:23:35 +0300 Subject: [PATCH] Readme: Add Android --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b260628..327022e 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,15 @@ mount (as read write) * `sudo isodrive /full/path/to/file.iso 0 0` +## Linux +* _Has been only tested on Halium based mobile linux, but should work on mainline devices too._ + +## Android + +* _On Android you must be compiled in termux, using clang++_ +* _On Android you might manually need to mount configfs by running: `mount -t configfs configfs /sys/kernel/config`_ + +## Credits + Inspired by https://github.com/fredldotme/ISODriveUT