Date: Thu, 11 Dec 1997 13:11:00 +0200 (IST) From: Eli Zaretskii To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Why should lock function In-Reply-To: <66nvq3$bl4@freenet-news.carleton.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 11 Dec 1997, Paul Derbyshire wrote: > Signal handlers, interrupt handlers, any functions called from the above > (directly or indirectly), all need to be locked or the machine will hang. Correction: signal handlers do NOT have to be locked in most cases, since they are actually called only when the CPU is back in its track in protected mode and in the mainline DJGPP code (our DS and SS etc.), after any DOS calls has returned.