faulter.html 662 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <title>faulter</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>faulter</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. faulter - commit address fault
  9. <h3>Synopsis</h3>
  10. /testbin/faulter
  11. <h3>Description</h3>
  12. faulter accesses an invalid memory address, thus crashing. It should
  13. be killed and not crash the entire system.
  14. <h3>Requirements</h3>
  15. faulter uses the following system calls:
  16. <ul>
  17. <li> <A HREF=../syscall/write.html>write</A>
  18. <li> <A HREF=../syscall/_exit.html>_exit</A>
  19. </ul>
  20. faulter should work properly, that is, get killed with an address
  21. fault, once the basic system calls assignment is complete.
  22. </body>
  23. </html>