Difference between revisions of "COMP 3000 Lab 3 2011"

From Soma-notes
Jump to navigation Jump to search
Line 10: Line 10:


==Part B (on your own)==
==Part B (on your own)==
* catch segfault signal, sigchild?
* make very simple shell based on skeleton?
* run fork bomb, play with priorities to reduce impact, set quota

Revision as of 11:46, 16 October 2011

Please answer using text files. Do not use doc, docx, pdf etc. Submit your solutions via WebCT by October 21st at 8 PM.

Part A (in Tutorial)

Notes:

  • execve example
  • fork, execve example
  • generate, receive user signal
  • change scheduling priorities program

Part B (on your own)

  • catch segfault signal, sigchild?
  • make very simple shell based on skeleton?
  • run fork bomb, play with priorities to reduce impact, set quota