Date: Thu, 27 Jul 1995 07:59:10 +0300 (IDT) From: Eli Zaretskii To: goncalves AT if DOT usp DOT br Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: interrupt-like interferences due to the memory manager? On Wed, 26 Jul 1995 goncalves AT if DOT usp DOT br wrote: > I was wandering if this interference is due to the gcc's memory manager or > perhaps I have allocated memory in a wrong way. It follows a fragment of > the program: I think that in protected mode, the interrupt disable instruction only disables them for the current task. Tasks which run at higher priority can still get interrupts, if I'm right.