sort - large quicksort-based VM test
/testbin/sort
sort creates an array of 147456 random integers and then sorts it using quicksort. This will hopefully help show up bugs in the VM system.
sort uses the following system calls:
sort should run correctly to completion once the VM assignment is complete.