How do I print the contents of the readylist queue

Viewed 23

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.

0 Answers
Related