huge.html 656 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>huge</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>huge</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. huge - very large VM test
  9. <h3>Synopsis</h3>
  10. /testbin/huge
  11. <h3>Description</h3>
  12. huge creates an 8 megabyte data array and manipulates it. It will
  13. hopefully help show up bugs in the VM system.
  14. <p>
  15. It does not in fact do anything useful if it completes successfully..
  16. <h3>Requirements</h3>
  17. huge uses the following system calls:
  18. <ul>
  19. <li> <A HREF=../syscall/write.html>write</A>
  20. <li> <A HREF=../syscall/_exit.html>_exit</A>
  21. </ul>
  22. huge should run properly once the VM assignment is complete.
  23. </body>
  24. </html>