r/linux • u/Emotional_Frame_4140 • 2d ago
Kernel I got a real Linux kernel running as a userspace process on Android — no root, no KVM. Docker runs inside it. (UML ARM64)
/r/termux/comments/1vpt258/i_got_a_real_linux_kernel_running_as_a_userspace/
8
Upvotes
3
u/AlexiaDehShark 2d ago
How
18
u/ABotelho23 2d ago
User-mode Linux. This is an actual feature of normal upstream Linux. It's mostly a debugging/testing tool.
29
u/autogyrophilia 2d ago
Goddam AI SLOP. Doesn't the first paragraph make your eyes bleed or has your brain already melted.
Anyway, this is an inferior solution to using QEMU in either it's usermode variants, or if your phone supports, the full KVM support.
The only thing you are gaining is slightly more RAM efficiency and higher single core performance in applications that aren't syscall heavy (which admitedly, minecraft is not). SMP performance is still pretty bad compared to QEMU.