Date: Thu, 11 Jun 1998 20:43:55 +0300 (IDT) From: Eli Zaretskii To: Javier Calleja cc: djgpp AT delorie DOT com Subject: Re: dosmemget and memcpy inside an interrupt handler In-Reply-To: <01bd9466$0cbc8b60$0100a8c0@dismuntel.ctv.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 10 Jun 1998, Javier Calleja wrote: > May I have problems if I use 'dosmemget' or 'memcpy' functions inside > the Packet Driver software interrupt handler? The only consideration is that you should lock all the memory that is involved in moving the data by either of these two functions. Other than that, you should be fine.