Question: xv6 operating system - how to change the fork race condition? In vx6 mostly the parent runs first after calling a fork. However, I want
xv6 operating system - how to change the fork race condition?
In vx6 mostly the parent runs first after calling a fork. However, I want to be able to change this to child first or parent first depending on 0 or 1 input of my own system call, and user-level function. How would I go about this?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
