danoon2/Boxedwine

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

Opened this issue · 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.