So, what DOS interrupts are handled by protected-mode code?
Basically, interrupts which allocate or free memory and interrupts which deal with installing interrupt handlers are handled by our DOS extenders. Of course, even though a memory allocation interrupt is handled by protected-mode code, that doesn’t mean that a real-mode interrupt will not be signalled — because the protected-mode code may need to allocate DOS memory.
Related Questions
- When moving salary from a non-sponsored fund source to a sponsored fund source and a Salary Reduction (SRB DOS code) was accessed, does the Salary Reduction DOS code (SRB) get moved also?
- Can all published DOS interrupts be emulated with protected-mode code?
- So, what DOS interrupts are handled by protected-mode code?