palin.html 855 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <html>
  2. <head>
  3. <title>palin</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>palin</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. palin - simple VM test
  9. <h3>Synopsis</h3>
  10. /testbin/palin [-options] [args]
  11. <h3>Description</h3>
  12. palin checks a long string contained within itself for being
  13. palindromic. The check should pass.
  14. <p>
  15. The string is not actually all that long and this test does not stress
  16. the VM in any real sense of the word. However, it might be a useful
  17. test early on in the debugging phase.
  18. <h3>Requirements</h3>
  19. palin uses the following system calls:
  20. <ul>
  21. <li> <A HREF=../syscall/write.html>write</A>
  22. <li> <A HREF=../syscall/_exit.html>_exit</A>
  23. </ul>
  24. palin should run correctly once the basic system calls are complete,
  25. and should continue to run correctly once the VM system assignment is
  26. complete.
  27. </body>
  28. </html>