sort.html 634 B

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>sort</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>sort</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. sort - large quicksort-based VM test
  9. <h3>Synopsis</h3>
  10. /testbin/sort
  11. <h3>Description</h3>
  12. sort creates an array of 147456 random integers and then sorts it
  13. using quicksort. This will hopefully help show up bugs in the VM
  14. system.
  15. <h3>Requirements</h3>
  16. sort uses the following system calls:
  17. <ul>
  18. <li> <A HREF=../syscall/write.html>write</A>
  19. <li> <A HREF=../syscall/_exit.html>_exit</A>
  20. </ul>
  21. sort should run correctly to completion once the VM assignment is
  22. complete.
  23. </body>
  24. </html>