ABSTRACT

An interrupt can trigger activity that cascades through four levels of code: • the processor vectors to a routine in the VMM; • the VMM calls registered handlers in one or more VxDs; • the VMM then (potentially) simulates the interrupt for protected mode handlers; and • the VMM then (potentially) simulates the interrupt for V86 mode handlers.