triplehuge.html 715 B

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>triplehuge</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>triplehuge</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. triplehuge - very very large VM test
  9. <h3>Synopsis</h3>
  10. /testbin/triplehuge
  11. <h3>Description</h3>
  12. triplehuge runs three copies of <A HREF=huge.html>huge</A> at once.
  13. <h3>Requirements</h3>
  14. triplehuge uses the following system calls:
  15. <ul>
  16. <li> <A HREF=../syscall/fork.html>fork</A>
  17. <li> <A HREF=../syscall/execv.html>execv</A>
  18. <li> <A HREF=../syscall/waitpid.html>waitpid</A>
  19. <li> <A HREF=../syscall/write.html>write</A>
  20. <li> <A HREF=../syscall/_exit.html>_exit</A>
  21. </ul>
  22. triplehuge should run properly once the VM assignment is complete.
  23. </body>
  24. </html>