Question 17
Select all the correct statements about the first process in xv6 (sbin/init).
init process uses fork system call to create child processes and loads the other programs using exec system call in the child processes.
The init process uses the exec system call to create child processes.
init process is created by a fork system call using ecall instruction.
init process is created by an exec system call using ecall instruction.