hog.html 491 B

123456789101112131415161718192021222324252627
  1. <html>
  2. <head>
  3. <title>hog</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>hog</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. hog - waste cpu
  9. <h3>Synopsis</h3>
  10. /testbin/hog
  11. <h3>Description</h3>
  12. hog does nothing but burn cpu. It is not substantially different from
  13. <A HREF=guzzle.html>guzzle</A>.
  14. <h3>Requirements</h3>
  15. hog uses only the <A HREF=../syscall/_exit.html>_exit</A> system call.
  16. <p>
  17. It is only likely to be useful for testing the scheduler.
  18. </body>
  19. </html>