Answer the question
In order to leave comments, you need to log in
How does the syscall instruction work in User Mode Linux?
User Mode Linux runs as a normal process on the operating system (Linux) of the host.
In this case, programs that run inside User Mode Linux perform system calls in the usual way (syscall/sysenter/int 0x80).
But at the same time, such a system call should be executed (by the logic of things) on the main core, and not inside the UML.
How exactly does the UML intercept system calls to programs within it?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question