Next: Lock and Unlock
Up: No Title
Previous: Example 2
- Prevent context switch from occurring in the middle of an operation (locking
out external or internal interrupting events)
- Prevent dispatcher from getting control
- Dangerous for user processes (as they may never turn on interrupts again) -
crashing machine
- Hazardous but generally used by kernel commands to update shared
areas (variables, data structures etc)
Omer F Rana
Tue Feb 11 19:19:09 GMT 1997