RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Interrupt Processing Vectoring of Interrupt Handler

PREV UP NEXT Bookshelf RTEMS Intel i386 Applications Supplement

4.2: Vectoring of Interrupt Handler

Although the i386 supports multiple privilege levels, RTEMS and all user software executes at privilege level 0. This decision was made by the RTEMS designers to enhance compatibility with processors which do not provide sophisticated protection facilities like those of the i386. This decision greatly simplifies the discussion of i386 processing, as one need only consider interrupts without privilege transitions.

Upon receipt of an interrupt the i386 automatically performs the following actions:

A nested interrupt is processed similarly by the i386.


PREV UP NEXT Bookshelf RTEMS Intel i386 Applications Supplement

Copyright © 1988-2004 OAR Corporation