Mail Archives: djgpp-workers/1998/01/21/08:48:42
On Tue, 20 Jan 1998, Anthony.Appleyard wrote:
> > The problem with CLI is that some DPMI servers trap it and emulate it with
> > code that takes eons to execute. ...
>
> Sorry, I was unaware of this. I thought that CLI was just a single quick
> instruction like POPF and RET etc.
In real mode, yes. But in a multi-tasking environment such as Windows,
it is unwise to let an application to disable interrupts, since this
would prevent the OS itself from getting interrupts.
- Raw text -