We discussed the following slide in class. A user program ca…

We discussed the following slide in class. A user program calls a library function, fork(), which relies on trap N_SYS_FORK() and a trap table to call the kernel function sys_fork(). Is it a good idea to allow user-level programs directly execute the function sys_fork()? Briefly explain. fork_kernel.jpg