Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Product List
user system modes
The user mode has access to limited system resources. It cannot change modes freely within the user mode. The user program, however, can make a supervisor call using the Software Interrupt (SWI) instruction. SWI is usually called "supervisor call" because it is most frequently used to call the supervisor while in user mode. System mode is similar to user mode but is typically used by operating systems that need access to the system resources. In other words, it has privileged access. The system mode is also used during nested interrupt handling.
PTM Published on: 2011-11-02