sty.html 663 B

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <head>
  3. <title>sty</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>sty</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. sty - run some hogs
  9. <h3>Synopsis</h3>
  10. /testbin/sty
  11. <h3>Description</h3>
  12. sty runs six copies of <A HREF=hog.html>hog</A>.
  13. <h3>Requirements</h3>
  14. sty 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/write.html>write</A>
  19. <li> <A HREF=../syscall/_exit.html>_exit</A>
  20. </ul>
  21. sty is only likely to be useful for testing the scheduler.
  22. <h3>Bugs</h3>
  23. sty does not wait for its child processes to finish.
  24. </body>
  25. </html>