Working with xinu OS in user-land outside the kernel. I need to implement a function syscall print_readylist() that prints the identifiers of the process currently in the ready list.
Working with xinu OS in user-land outside the kernel. I need to implement a function syscall print_readylist() that prints the identifiers of the process currently in the ready list.