CMSC 412 Spring 2014

Corrections and clarifications for project #3

  • When cloning a process, the clone should have it's own struct kthread, but share the user context with its parent (see function Attach_User_Context for more information on this).