notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

TrapInstruction.md (325B)


      1 # Trap Instruction
      2 
      3 **Source:** CS 6200
      4 
      5 **Chapter:** P1L2
      6 
      7 **Definition:** Trap instructions are caused by user mode processes attempting to execute privileged instructions.   When this occurs, the process is interrupted, and control is given to the operating system to see what is happening, and determine what to do next.