Boxedwine icon indicating copy to clipboard operation
Boxedwine copied to clipboard

Adding `ptrace()` and `fork()` syscall.

Open FishiaT opened this issue 3 years ago • 0 comments

These syscall are used for a plenty of compatibility layer/subsystem. Such as User Mode Linux, proot, chroot (chroot has its own syscall too). Implementing it can allowing running User Mode Linux and thus so reduce the amount of works required to run a specific application since User Mode Linux is the Linux kernel run on top of host kernel.

FishiaT avatar Jan 02 '22 02:01 FishiaT