I have used qemu for some time. I am curious how the shell or os detects that qemu is needed to run a program?
The reason for this is as follows: I am on a system, but am not root. The system does not have qemu installed by root, and it will not be, but I have downloaded it myself. I can run programs manually via *qemu-arm program_name* as usual. But, I would like the shell or os to auto detect that qemu is needed. How is this normally done? How do I pull off the same as non-root (even if it is complicated)? Any thoughts? Thanks! Corbin