COMP 3000 Lab 3 2011: Difference between revisions

From Soma-notes
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 15: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